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

Unified Diff: net/quic/test_tools/mock_random.cc

Issue 1523333002: Cleanup: Put QUIC test-only MockRandom class in the gfe_quic::test namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@109790831
Patch Set: Created 5 years 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/quic/test_tools/mock_random.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/mock_random.cc
diff --git a/net/quic/test_tools/mock_random.cc b/net/quic/test_tools/mock_random.cc
index ab71d1634c83bcfb52aa915558649d512f24e52e..ddda948e28879d7902b167b982b7990bc5a1efbb 100644
--- a/net/quic/test_tools/mock_random.cc
+++ b/net/quic/test_tools/mock_random.cc
@@ -5,6 +5,7 @@
#include "net/quic/test_tools/mock_random.h"
namespace net {
+namespace test {
MockRandom::MockRandom()
: base_(0xDEADBEEF),
@@ -31,4 +32,5 @@ void MockRandom::ChangeValue() {
increment_++;
}
+} // namespace test
} // namespace net
« no previous file with comments | « net/quic/test_tools/mock_random.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698