Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4570)

Unified Diff: chrome/browser/devtools/browser_list_tabcontents_provider.cc

Issue 23530022: Fix compile for debug_devtools=1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/browser_list_tabcontents_provider.cc
diff --git a/chrome/browser/devtools/browser_list_tabcontents_provider.cc b/chrome/browser/devtools/browser_list_tabcontents_provider.cc
index d4c76a8037b06c71ea43e91bd9a89380d8029d55..451ed845e4cd0c85d79ce5c99c043cec2e3f9639 100644
--- a/chrome/browser/devtools/browser_list_tabcontents_provider.cc
+++ b/chrome/browser/devtools/browser_list_tabcontents_provider.cc
@@ -148,7 +148,7 @@ BrowserListTabContentsProvider::CreateSocketForTethering(
int port = ++g_last_tethering_port_;
*name = base::IntToString(port);
return net::TCPListenSocket::CreateAndListen("127.0.0.1", port, delegate)
- .PassAs<StreamListenSocket>();
+ .PassAs<net::StreamListenSocket>();
}
#else
scoped_ptr<net::StreamListenSocket>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698