| Index: net/tools/quic/quic_server_test.cc
|
| diff --git a/net/tools/quic/quic_server_test.cc b/net/tools/quic/quic_server_test.cc
|
| index 8c6584eb46bac8c4142df5b031b8fd0ff00b67c3..dc2a94c9821424618fb3fb08f3699f6852a7fe85 100644
|
| --- a/net/tools/quic/quic_server_test.cc
|
| +++ b/net/tools/quic/quic_server_test.cc
|
| @@ -51,8 +51,8 @@ class MockQuicSimpleDispatcher : public QuicSimpleDispatcher {
|
| class TestQuicServer : public QuicServer {
|
| public:
|
| TestQuicServer()
|
| - : QuicServer(CryptoTestUtils::ProofSourceForTesting(), &response_cache_) {
|
| - }
|
| + : QuicServer(crypto_test_utils::ProofSourceForTesting(),
|
| + &response_cache_) {}
|
|
|
| ~TestQuicServer() override {}
|
|
|
| @@ -147,7 +147,7 @@ class QuicServerDispatchPacketTest : public ::testing::Test {
|
| QuicServerDispatchPacketTest()
|
| : crypto_config_("blah",
|
| QuicRandom::GetInstance(),
|
| - CryptoTestUtils::ProofSourceForTesting()),
|
| + crypto_test_utils::ProofSourceForTesting()),
|
| version_manager_(AllSupportedVersions()),
|
| dispatcher_(
|
| config_,
|
|
|