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

Unified Diff: net/spdy/spdy_stream_unittest.cc

Issue 1084533002: Rename NetLogLogger and CapturingNetLog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename NetLogLogger and CapturingNetLog(removed compiler error for chromeOS) 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
« no previous file with comments | « net/spdy/spdy_session_unittest.cc ('k') | net/udp/udp_socket_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_stream_unittest.cc
diff --git a/net/spdy/spdy_stream_unittest.cc b/net/spdy/spdy_stream_unittest.cc
index 22029d07a53f14deaca0ae9663bd737e0572b861..fc8d35f26d1713029800a25482fe91b0c7a04a08 100644
--- a/net/spdy/spdy_stream_unittest.cc
+++ b/net/spdy/spdy_stream_unittest.cc
@@ -254,7 +254,7 @@ TEST_P(SpdyStreamTest, StreamError) {
AddReadEOF();
- CapturingBoundNetLog log;
+ BoundTestNetLog log;
DeterministicSocketData data(GetReads(), GetNumReads(), GetWrites(),
GetNumWrites());
@@ -294,7 +294,7 @@ TEST_P(SpdyStreamTest, StreamError) {
EXPECT_TRUE(data.at_write_eof());
// Check that the NetLog was filled reasonably.
- net::CapturingNetLog::CapturedEntryList entries;
+ net::TestNetLog::CapturedEntryList entries;
log.GetEntries(&entries);
EXPECT_LT(0u, entries.size());
@@ -738,7 +738,7 @@ TEST_P(SpdyStreamTest, IncreaseSendWindowSizeOverflow) {
AddReadEOF();
- CapturingBoundNetLog log;
+ BoundTestNetLog log;
DeterministicSocketData data(GetReads(), GetNumReads(),
GetWrites(), GetNumWrites());
« no previous file with comments | « net/spdy/spdy_session_unittest.cc ('k') | net/udp/udp_socket_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698