Index: net/tools/quic/quic_reliable_client_stream.cc |
diff --git a/net/tools/quic/quic_reliable_client_stream.cc b/net/tools/quic/quic_reliable_client_stream.cc |
index c7941f2e96980c719eab1191bea2e76985e8446e..359fec4dd90b2814e7c0cdaf08cbbe014cf48301 100644 |
--- a/net/tools/quic/quic_reliable_client_stream.cc |
+++ b/net/tools/quic/quic_reliable_client_stream.cc |
@@ -7,6 +7,7 @@ |
using std::string; |
namespace net { |
+namespace tools { |
// Sends body data to the server and returns the number of bytes sent. |
ssize_t QuicReliableClientStream::SendBody(const string& data, bool fin) { |
@@ -22,4 +23,5 @@ bool QuicReliableClientStream::OnStreamFrame(const QuicStreamFrame& frame) { |
return ReliableQuicStream::OnStreamFrame(frame); |
} |
+} // namespace tools |
} // namespace net |