Index: net/quic/quic_multipath_transmissions_map_test.cc |
diff --git a/net/quic/quic_multipath_transmissions_map_test.cc b/net/quic/quic_multipath_transmissions_map_test.cc |
index fcae200772c4cbf4109e1415817db84cde48c455..ec31910ba75a2e0428f9d539ebf6cddecf631313 100644 |
--- a/net/quic/quic_multipath_transmissions_map_test.cc |
+++ b/net/quic/quic_multipath_transmissions_map_test.cc |
@@ -5,7 +5,7 @@ |
#include "net/quic/quic_multipath_transmissions_map.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-namespace net_quic { |
Ryan Hamilton
2016/02/03 14:39:45
Hm. If this was in namespace net_quic, I don't thi
ramant (doing other things)
2016/02/03 19:37:53
It is in the net.gyp. I had a compile issues when
|
+namespace net { |
namespace test { |
namespace { |
@@ -111,4 +111,4 @@ TEST(QuicAcrossPathsTransmissionMapTest, OnPacketHandled) { |
} // namespace |
} // namespace test |
-} // namespace net_quic |
+} // namespace net |