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 a2187389012443e07baf18d8fd5797a0fe8901ff..ad694c515e0219063c12780e477a2d3f528bf2d6 100644 |
--- a/content/shell/browser/shell_devtools_delegate.h |
+++ b/content/shell/browser/shell_devtools_delegate.h |
@@ -30,7 +30,7 @@ class ShellDevToolsDelegate : public DevToolsHttpHandlerDelegate { |
virtual RenderViewHost* CreateNewTarget() OVERRIDE; |
virtual TargetType GetTargetType(RenderViewHost*) OVERRIDE; |
virtual std::string GetViewDescription(content::RenderViewHost*) OVERRIDE; |
- virtual scoped_refptr<net::StreamListenSocket> CreateSocketForTethering( |
+ virtual scoped_ptr<net::StreamListenSocket> CreateSocketForTethering( |
net::StreamListenSocket::Delegate* delegate, |
std::string* name) OVERRIDE; |