Fix cpplint warning

This commit is contained in:
Cheng Zhao 2015-01-09 17:27:30 -08:00
parent c874219101
commit 1c65f5d7d9

View file

@ -16,11 +16,11 @@ class DevToolsHttpHandler;
namespace brightray { namespace brightray {
class RemoteDebuggingServer { class RemoteDebuggingServer {
public: public:
RemoteDebuggingServer(const std::string& ip, uint16 port); RemoteDebuggingServer(const std::string& ip, uint16 port);
virtual ~RemoteDebuggingServer(); virtual ~RemoteDebuggingServer();
private: private:
content::DevToolsHttpHandler* devtools_http_handler_; content::DevToolsHttpHandler* devtools_http_handler_;
DISALLOW_COPY_AND_ASSIGN(RemoteDebuggingServer); DISALLOW_COPY_AND_ASSIGN(RemoteDebuggingServer);