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

Unified Diff: content/child/socket_stream_dispatcher.cc

Issue 121033002: Update uses of UTF conversions in content/ to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
Index: content/child/socket_stream_dispatcher.cc
diff --git a/content/child/socket_stream_dispatcher.cc b/content/child/socket_stream_dispatcher.cc
index 9370f087cc53899f3e66ec53a022ead66c23fe5a..beeee75778a120cc1f698e43ef9de0b12beb4bc4 100644
--- a/content/child/socket_stream_dispatcher.cc
+++ b/content/child/socket_stream_dispatcher.cc
@@ -168,7 +168,7 @@ void IPCWebSocketStreamHandleBridge::OnFailed(int error_code,
DVLOG(1) << "Bridge #" << socket_id_ << " OnFailed (error_code=" << error_code
<< ")";
if (delegate_)
- delegate_->DidFail(handle_, error_code, ASCIIToUTF16(error_msg));
+ delegate_->DidFail(handle_, error_code, base::ASCIIToUTF16(error_msg));
}
SocketStreamDispatcher::SocketStreamDispatcher() {
« no previous file with comments | « content/child/npapi/webplugin_delegate_impl_mac.mm ('k') | content/common/android/address_parser_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698