Index: net/tools/quic/quic_client.cc |
diff --git a/net/tools/quic/quic_client.cc b/net/tools/quic/quic_client.cc |
index b57e761d78c19ea46336bb6e973d18a9d7438747..4a61ab4746291646120d5e485d05f5edba84dc81 100644 |
--- a/net/tools/quic/quic_client.cc |
+++ b/net/tools/quic/quic_client.cc |
@@ -25,6 +25,7 @@ |
#endif |
namespace net { |
+namespace tools { |
const int kEpollFlags = EPOLLIN | EPOLLOUT | EPOLLET; |
@@ -243,4 +244,5 @@ bool QuicClient::ReadAndProcessPacket() { |
return true; |
} |
+} // namespace tools |
} // namespace net |