| Index: net/quic/test_tools/quic_stream_factory_peer.cc
|
| diff --git a/net/quic/test_tools/quic_stream_factory_peer.cc b/net/quic/test_tools/quic_stream_factory_peer.cc
|
| index afeeb111e4cb9f1c3c11c436700cac22f8e5c6f9..4b3e9ccf514927af0c77229f151bfcef5740108e 100644
|
| --- a/net/quic/test_tools/quic_stream_factory_peer.cc
|
| +++ b/net/quic/test_tools/quic_stream_factory_peer.cc
|
| @@ -147,8 +147,8 @@ bool QuicStreamFactoryPeer::HasInitializedData(QuicStreamFactory* factory) {
|
|
|
| bool QuicStreamFactoryPeer::SupportsQuicAtStartUp(QuicStreamFactory* factory,
|
| HostPortPair host_port_pair) {
|
| - return ContainsKey(factory->quic_supported_servers_at_startup_,
|
| - host_port_pair);
|
| + return base::ContainsKey(factory->quic_supported_servers_at_startup_,
|
| + host_port_pair);
|
| }
|
|
|
| bool QuicStreamFactoryPeer::CryptoConfigCacheIsEmpty(
|
|
|