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

Unified Diff: net/tools/quic/end_to_end_test.cc

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 | « no previous file | net/tools/quic/quic_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/end_to_end_test.cc
diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
index 70b9a76c430bd4c11dd49116500f68ccd88edf18..e98c4ea17f6e5d829a333bdf93a250afadea8c0a 100644
--- a/net/tools/quic/end_to_end_test.cc
+++ b/net/tools/quic/end_to_end_test.cc
@@ -27,9 +27,12 @@
using base::StringPiece;
using base::WaitableEvent;
+using net::test::QuicSessionPeer;
+using net::test::ReliableQuicStreamPeer;
using std::string;
namespace net {
+namespace tools {
namespace test {
namespace {
@@ -520,4 +523,5 @@ TEST_F(EndToEndTest, ResetConnection) {
} // namespace
} // namespace test
+} // namespace tools
} // namespace net
« no previous file with comments | « no previous file | net/tools/quic/quic_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698