Fix some coding style issues

This commit is contained in:
Cheng Zhao 2016-04-20 09:18:50 +09:00
parent eb9e0e5534
commit 18f5fcde60
4 changed files with 5 additions and 4 deletions

View file

@ -121,6 +121,7 @@ class AtomNetworkDelegate : public brightray::NetworkDelegate {
std::map<uint64_t, net::CompletionCallback> callbacks_;
base::Lock lock_;
// Client id for devtools network emulation.
std::string client_id_;