Index: content/child/websocket_bridge.cc |
diff --git a/content/child/websocket_bridge.cc b/content/child/websocket_bridge.cc |
index a5cca2454b4660bc510529da1241c87f4d32724a..6893937d9eadb101367d393c2d346e1079627eb2 100644 |
--- a/content/child/websocket_bridge.cc |
+++ b/content/child/websocket_bridge.cc |
@@ -220,7 +220,7 @@ void WebSocketBridge::connect( |
url::DeprecatedSerializedOrigin origin_to_pass(origin); |
DVLOG(1) << "Bridge#" << channel_id_ << " Connect(" << url << ", (" |
- << JoinString(protocols_to_pass, ", ") << "), " |
+ << base::JoinString(protocols_to_pass, ", ") << "), " |
<< origin_to_pass.string() << ")"; |
ChildThreadImpl::current()->Send(new WebSocketHostMsg_AddChannelRequest( |