| Index: chrome/browser/debugger/devtools_protocol_handler.cc
|
| diff --git a/chrome/browser/debugger/devtools_protocol_handler.cc b/chrome/browser/debugger/devtools_protocol_handler.cc
|
| index 65ec12a10933baf67598a23b4a99ff2a9a5cb40c..af9490299a6c1c5a1914792eb9aecdac242901e4 100644
|
| --- a/chrome/browser/debugger/devtools_protocol_handler.cc
|
| +++ b/chrome/browser/debugger/devtools_protocol_handler.cc
|
| @@ -14,6 +14,8 @@
|
| #include "chrome/browser/debugger/inspectable_tab_proxy.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| // static
|
| scoped_refptr<DevToolsProtocolHandler> DevToolsProtocolHandler::Start(
|
| int port) {
|
|
|