Index: content/shell/shell_devtools_delegate.h |
=================================================================== |
--- content/shell/shell_devtools_delegate.h (revision 151267) |
+++ content/shell/shell_devtools_delegate.h (working copy) |
@@ -21,7 +21,7 @@ |
class ShellDevToolsDelegate : public DevToolsHttpHandlerDelegate { |
public: |
- explicit ShellDevToolsDelegate(net::URLRequestContextGetter* context_getter); |
+ ShellDevToolsDelegate(int port, net::URLRequestContextGetter* context_getter); |
virtual ~ShellDevToolsDelegate(); |
// Stops http server. |