Index: net/http/http_stream_factory_impl.cc |
diff --git a/net/http/http_stream_factory_impl.cc b/net/http/http_stream_factory_impl.cc |
index 6e47a793dfd5bacb8e884eb03e0282f36421c9e2..ddea41bd8d3614afcfdea9f0f7a98494cfaa14c8 100644 |
--- a/net/http/http_stream_factory_impl.cc |
+++ b/net/http/http_stream_factory_impl.cc |
@@ -186,7 +186,7 @@ void HttpStreamFactoryImpl::OnNewSpdySessionReady( |
// TODO(willchan): If it's important, switch RequestSet out for a FIFO |
// queue (Order by priority first, then FIFO within same priority). Unclear |
// that it matters here. |
- if (!ContainsKey(spdy_session_request_map_, spdy_session_key)) |
+ if (!base::ContainsKey(spdy_session_request_map_, spdy_session_key)) |
break; |
Request* request = *spdy_session_request_map_[spdy_session_key].begin(); |
request->Complete(was_npn_negotiated, negotiated_protocol, using_spdy); |