Index: net/quic/test_tools/quic_framer_peer.cc |
diff --git a/net/quic/test_tools/quic_framer_peer.cc b/net/quic/test_tools/quic_framer_peer.cc |
index 25e281f72b36cee9b3f02b771e2d9b64c3873c8e..42bd17ca8dfc030ad5d5f818589b4b4cc81ca0e7 100644 |
--- a/net/quic/test_tools/quic_framer_peer.cc |
+++ b/net/quic/test_tools/quic_framer_peer.cc |
@@ -78,7 +78,7 @@ QuicPathId QuicFramerPeer::GetLastPathId(QuicFramer* framer) { |
// static |
bool QuicFramerPeer::IsPathClosed(QuicFramer* framer, QuicPathId path_id) { |
- return ContainsKey(framer->closed_paths_, path_id); |
+ return base::ContainsKey(framer->closed_paths_, path_id); |
} |
} // namespace test |