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

Unified Diff: net/quic/quic_network_transaction_unittest.cc

Issue 1109473003: Get rid of TestNetLog::CapturedEntry[List] typedefs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
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 c312993c93ca46aab206a5df17e3dbbe04b8d8fc..61420707ffde5f759e8981cc209ff8d7affc76f6 100644
--- a/net/quic/quic_network_transaction_unittest.cc
+++ b/net/quic/quic_network_transaction_unittest.cc
@@ -19,6 +19,7 @@
#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/captured_net_log_entry.h"
#include "net/log/net_log_unittest.h"
#include "net/log/test_net_log.h"
#include "net/proxy/proxy_config_service_fixed.h"
@@ -412,7 +413,7 @@ TEST_P(QuicNetworkTransactionTest, ForceQuic) {
SendRequestAndExpectQuicResponse("hello!");
// Check that the NetLog was filled reasonably.
- TestNetLog::CapturedEntryList entries;
+ CapturedNetLogEntry::List entries;
net_log_.GetEntries(&entries);
EXPECT_LT(0u, entries.size());

Powered by Google App Engine
This is Rietveld 408576698