Index: content/shell/browser/shell_devtools_delegate.cc |
diff --git a/content/shell/browser/shell_devtools_delegate.cc b/content/shell/browser/shell_devtools_delegate.cc |
index 6ee0e709da51333584ce9c212d20cbda6c8ea2b6..18ce3adb1c5ad6b46392ced0dc08579c9afaecac 100644 |
--- a/content/shell/browser/shell_devtools_delegate.cc |
+++ b/content/shell/browser/shell_devtools_delegate.cc |
@@ -216,11 +216,9 @@ base::FilePath ShellDevToolsDelegate::GetDebugFrontendDir() { |
return base::FilePath(); |
} |
-scoped_ptr<net::StreamListenSocket> |
-ShellDevToolsDelegate::CreateSocketForTethering( |
- net::StreamListenSocket::Delegate* delegate, |
- std::string* name) { |
- return scoped_ptr<net::StreamListenSocket>(); |
+scoped_ptr<net::ServerSocket> |
+ShellDevToolsDelegate::CreateSocketForTethering(std::string* name) { |
+ return scoped_ptr<net::ServerSocket>(); |
} |
// ShellDevToolsManagerDelegate ---------------------------------------------- |