Index: net/tools/quic/quic_packet_writer.h |
diff --git a/net/tools/quic/quic_packet_writer.h b/net/tools/quic/quic_packet_writer.h |
index d95a7f97672f7751750279a3316f1af3f4e3a6f9..b10e852d299e2cb15072a0c60682ee263a1c388f 100644 |
--- a/net/tools/quic/quic_packet_writer.h |
+++ b/net/tools/quic/quic_packet_writer.h |
@@ -11,6 +11,8 @@ namespace net { |
class QuicBlockedWriterInterface; |
+namespace tools { |
+ |
// An interface between writers and the entity managing the |
// socket (in our case the QuicDispatcher). This allows the Dispatcher to |
// control writes, and manage any writers who end up write blocked. |
@@ -25,6 +27,7 @@ class QuicPacketWriter { |
int* error) = 0; |
}; |
+} // namespace tools |
} // namespace net |
#endif // NET_TOOLS_QUIC_QUIC_PACKET_WRITER_H_ |