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 {
|
||||
|
||||
class RemoteDebuggingServer {
|
||||
public:
|
||||
public:
|
||||
RemoteDebuggingServer(const std::string& ip, uint16 port);
|
||||
virtual ~RemoteDebuggingServer();
|
||||
|
||||
private:
|
||||
private:
|
||||
content::DevToolsHttpHandler* devtools_http_handler_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(RemoteDebuggingServer);
|
||||
|
|
Loading…
Reference in a new issue