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

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

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 | « no previous file | net/quic/test_tools/mock_random.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/mock_random.h
diff --git a/net/quic/test_tools/mock_random.h b/net/quic/test_tools/mock_random.h
index 44f94260c2ffe5965910b3a29baaa50ec7c0de1f..7c26ed491b59da9a09984ece425c5c4c37546244 100644
--- a/net/quic/test_tools/mock_random.h
+++ b/net/quic/test_tools/mock_random.h
@@ -9,6 +9,7 @@
#include "net/quic/crypto/quic_random.h"
namespace net {
+namespace test {
class MockRandom : public QuicRandom {
public:
@@ -35,6 +36,7 @@ class MockRandom : public QuicRandom {
DISALLOW_COPY_AND_ASSIGN(MockRandom);
};
+} // namespace test
} // namespace net
#endif // NET_QUIC_TEST_TOOLS_MOCK_RANDOM_H_
« no previous file with comments | « no previous file | net/quic/test_tools/mock_random.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698