| Index: content/shell/shell_devtools_delegate.h
|
| diff --git a/content/shell/shell_devtools_delegate.h b/content/shell/shell_devtools_delegate.h
|
| index dd4e762eac3bd7adb82b3a510cb8fadcc708f001..c37839319fea5ca9cb9639a460ec175cdccd7b30 100644
|
| --- a/content/shell/shell_devtools_delegate.h
|
| +++ b/content/shell/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;
|
|
|
|
|