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 0a0140536abab16bc886720c5c7cd019510ac0fc..c8d256f61256127e8668ef7e235ffff04d03eb6a 100644 |
--- a/content/shell/browser/shell_devtools_delegate.cc |
+++ b/content/shell/browser/shell_devtools_delegate.cc |
@@ -109,11 +109,11 @@ std::string ShellDevToolsDelegate::GetViewDescription( |
return std::string(); |
} |
-scoped_refptr<net::StreamListenSocket> |
+scoped_ptr<net::StreamListenSocket> |
ShellDevToolsDelegate::CreateSocketForTethering( |
net::StreamListenSocket::Delegate* delegate, |
std::string* name) { |
- return NULL; |
+ return scoped_ptr<net::StreamListenSocket>(); |
} |
} // namespace content |