Index: net/tools/quic/test_tools/quic_test_client.h |
diff --git a/net/tools/quic/test_tools/quic_test_client.h b/net/tools/quic/test_tools/quic_test_client.h |
index 1bb4f07815275b9ec17984518c8940a658d0e21d..343c99c1d868080980cf046bc3c11635571531e5 100644 |
--- a/net/tools/quic/test_tools/quic_test_client.h |
+++ b/net/tools/quic/test_tools/quic_test_client.h |
@@ -14,6 +14,7 @@ |
#include "net/tools/quic/quic_client.h" |
namespace net { |
+namespace tools { |
namespace test { |
@@ -90,6 +91,7 @@ class QuicTestClient : public ReliableQuicStream::Visitor { |
} // namespace test |
+} // namespace tools |
} // namespace net |
#endif // NET_QUIC_TEST_TOOLS_QUIC_CLIENT_H_ |