Index: net/quic/quic_network_transaction_unittest.cc |
diff --git a/net/quic/quic_network_transaction_unittest.cc b/net/quic/quic_network_transaction_unittest.cc |
index 5445abdd2ebd10fbbfd6abec8dcb94632f78821c..0b9568831ed48b3efbd1f94541b105800cb28c2c 100644 |
--- a/net/quic/quic_network_transaction_unittest.cc |
+++ b/net/quic/quic_network_transaction_unittest.cc |
@@ -19,8 +19,8 @@ |
#include "net/http/http_stream_factory.h" |
#include "net/http/http_transaction_test_util.h" |
#include "net/http/transport_security_state.h" |
-#include "net/log/capturing_net_log.h" |
#include "net/log/net_log_unittest.h" |
+#include "net/log/test_net_log.h" |
#include "net/proxy/proxy_config_service_fixed.h" |
#include "net/proxy/proxy_resolver.h" |
#include "net/proxy/proxy_service.h" |
@@ -405,7 +405,7 @@ TEST_P(QuicNetworkTransactionTest, ForceQuic) { |
SendRequestAndExpectQuicResponse("hello!"); |
// Check that the NetLog was filled reasonably. |
- net::CapturingNetLog::CapturedEntryList entries; |
+ net::TestNetLog::CapturedEntryList entries; |
net_log_.GetEntries(&entries); |
EXPECT_LT(0u, entries.size()); |