Index: content/shell/browser/shell_devtools_delegate.h |
diff --git a/content/shell/browser/shell_devtools_delegate.h b/content/shell/browser/shell_devtools_delegate.h |
index 723340d5b0204a829e114da20c331d2b8bedd853..80c44ad1f919e824ccd047424e37039fd87d5de4 100644 |
--- a/content/shell/browser/shell_devtools_delegate.h |
+++ b/content/shell/browser/shell_devtools_delegate.h |
@@ -27,8 +27,7 @@ class ShellDevToolsDelegate : public DevToolsHttpHandlerDelegate { |
std::string GetDiscoveryPageHTML() override; |
bool BundlesFrontendResources() override; |
base::FilePath GetDebugFrontendDir() override; |
- scoped_ptr<net::StreamListenSocket> CreateSocketForTethering( |
- net::StreamListenSocket::Delegate* delegate, |
+ scoped_ptr<net::ServerSocket> CreateSocketForTethering( |
std::string* name) override; |
DevToolsHttpHandler* devtools_http_handler() { |