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

Unified Diff: net/url_request/url_request_quic_unittest.cc

Issue 2671333004: Convert class-full-of-statics CryptoTestUtils into a namespace (Closed)
Patch Set: Created 3 years, 10 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/stateless_rejector_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_quic_unittest.cc
diff --git a/net/url_request/url_request_quic_unittest.cc b/net/url_request/url_request_quic_unittest.cc
index c285100d10dd0812b152de902d3d99431cc32f2b..a7132657ead39ab4c383d072dcf955fd4963d2e7 100644
--- a/net/url_request/url_request_quic_unittest.cc
+++ b/net/url_request/url_request_quic_unittest.cc
@@ -104,7 +104,7 @@ class URLRequestQuicTest : public ::testing::Test {
directory.Append(FILE_PATH_LITERAL("quic_test.example.com.key.pkcs8")),
directory.Append(FILE_PATH_LITERAL("quic_test.example.com.key.sct"))));
server_.reset(new QuicSimpleServer(
- test::CryptoTestUtils::ProofSourceForTesting(), config,
+ test::crypto_test_utils::ProofSourceForTesting(), config,
net::QuicCryptoServerConfig::ConfigOptions(), AllSupportedVersions(),
&response_cache_));
int rv = server_->Listen(
« no previous file with comments | « net/tools/quic/stateless_rejector_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698