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..b90c496ff4fb4b880c5bdf02162372769a902728 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); |
+ ShellDevToolsDelegate(BrowserContext* browser_context); |
jochen (gone - plz use gerrit)
2013/04/16 19:39:29
nit. explicit
nilesh
2013/04/16 20:50:53
Done.
|
virtual ~ShellDevToolsDelegate(); |
// Stops http server. |