| Index: content/shell/shell_devtools_delegate.h
|
| diff --git a/content/shell/shell_devtools_delegate.h b/content/shell/shell_devtools_delegate.h
|
| index 519ed488be9f359c1fbffa9d76417c3b3828cf92..dd4e762eac3bd7adb82b3a510cb8fadcc708f001 100644
|
| --- a/content/shell/shell_devtools_delegate.h
|
| +++ b/content/shell/shell_devtools_delegate.h
|
| @@ -5,8 +5,6 @@
|
| #ifndef CONTENT_SHELL_SHELL_DEVTOOLS_DELEGATE_H_
|
| #define CONTENT_SHELL_SHELL_DEVTOOLS_DELEGATE_H_
|
|
|
| -#include <vector>
|
| -
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "content/public/browser/devtools_http_handler_delegate.h"
|
| @@ -18,7 +16,7 @@ class DevToolsHttpHandler;
|
|
|
| class ShellDevToolsDelegate : public DevToolsHttpHandlerDelegate {
|
| public:
|
| - ShellDevToolsDelegate(BrowserContext* browser_context, int port);
|
| + explicit ShellDevToolsDelegate(BrowserContext* browser_context);
|
| virtual ~ShellDevToolsDelegate();
|
|
|
| // Stops http server.
|
|
|