Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(833)

Unified Diff: net/tools/quic/quic_reliable_client_stream.h

Issue 13741012: Moving net/tools/quic code to net::tools namspace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/tools/quic/quic_packet_writer.h ('k') | net/tools/quic/quic_reliable_client_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_reliable_client_stream.h
diff --git a/net/tools/quic/quic_reliable_client_stream.h b/net/tools/quic/quic_reliable_client_stream.h
index e5663a56b76d6f0ccaa9a93dfd41fbecece5e7ef..17cc7d4ec3d435db45b0e0511a52e2e093867c26 100644
--- a/net/tools/quic/quic_reliable_client_stream.h
+++ b/net/tools/quic/quic_reliable_client_stream.h
@@ -16,9 +16,12 @@
namespace net {
-class QuicClientSession;
class QuicSession;
+namespace tools {
+
+class QuicClientSession;
+
// A base class for spdy/http client streams which handles the concept
// of sending and receiving headers and bodies.
class QuicReliableClientStream : public ReliableQuicStream {
@@ -60,6 +63,7 @@ class QuicReliableClientStream : public ReliableQuicStream {
DISALLOW_COPY_AND_ASSIGN(QuicReliableClientStream);
};
+} // namespace tools
} // namespace net
#endif // NET_TOOLS_QUIC_QUIC_RELIABLE_CLIENT_STREAM_H_
« no previous file with comments | « net/tools/quic/quic_packet_writer.h ('k') | net/tools/quic/quic_reliable_client_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698