Index: net/tools/quic/quic_dispatcher.cc |
diff --git a/net/tools/quic/quic_dispatcher.cc b/net/tools/quic/quic_dispatcher.cc |
index 7574ba0c03f39326f07cc5e402aac21e2726e539..9b5ab84ee89347f7fa8e3dd5ef76bde660457492 100644 |
--- a/net/tools/quic/quic_dispatcher.cc |
+++ b/net/tools/quic/quic_dispatcher.cc |
@@ -14,6 +14,7 @@ |
#include "net/tools/quic/quic_socket_utils.h" |
namespace net { |
+namespace tools { |
using std::make_pair; |
@@ -179,6 +180,7 @@ QuicSession* QuicDispatcher::CreateQuicSession( |
new QuicConnection(guid, client_address, helper, true), this); |
} |
+} // namespace tools |
} // namespace net |