Fix cpplint warning
This commit is contained in:
parent
c874219101
commit
1c65f5d7d9
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue