Index: net/tools/quic/quic_time_wait_list_manager.cc |
diff --git a/net/tools/quic/quic_time_wait_list_manager.cc b/net/tools/quic/quic_time_wait_list_manager.cc |
index 02dbb63262d77618da09d96c40295939c9bd04f4..db44494515be4ec0c61976356cbea0219ecd8c9b 100644 |
--- a/net/tools/quic/quic_time_wait_list_manager.cc |
+++ b/net/tools/quic/quic_time_wait_list_manager.cc |
@@ -19,6 +19,7 @@ |
#include "net/quic/quic_utils.h" |
namespace net { |
+namespace tools { |
namespace { |
@@ -278,4 +279,5 @@ void QuicTimeWaitListManager::CleanUpOldGuids() { |
SetGuidCleanUpAlarm(); |
} |
+} // namespace tools |
} // namespace net |