Index: net/tools/quic/quic_server.h |
diff --git a/net/tools/quic/quic_server.h b/net/tools/quic/quic_server.h |
index cc779ea66f69a0a9450dfb73627432ff4393b755..813510cf9c10bbf8df7ef297982a5b0bb0f2a9fd 100644 |
--- a/net/tools/quic/quic_server.h |
+++ b/net/tools/quic/quic_server.h |
@@ -15,6 +15,7 @@ |
#include "net/tools/quic/quic_dispatcher.h" |
namespace net { |
+namespace tools { |
class QuicDispatcher; |
@@ -84,6 +85,7 @@ class QuicServer : public EpollCallbackInterface { |
DISALLOW_COPY_AND_ASSIGN(QuicServer); |
}; |
+} // namespace tools |
} // namespace net |
#endif // NET_TOOLS_QUIC_QUIC_SERVER_H_ |