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