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

Unified Diff: net/base/net_log_logger_unittest.cc

Issue 934823005: Rename SPDY netlog strings to HTTP2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename SOURCE_SPDY_SESSION. Created 5 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/base/net_log_event_type_list.h ('k') | net/base/net_log_source_type_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log_logger_unittest.cc
diff --git a/net/base/net_log_logger_unittest.cc b/net/base/net_log_logger_unittest.cc
index 256ae5917402fff84079ecf68081014f8b1d71ba..16fea5858b202dc36fd4739ee946e0d14cc39f8a 100644
--- a/net/base/net_log_logger_unittest.cc
+++ b/net/base/net_log_logger_unittest.cc
@@ -78,7 +78,7 @@ TEST_F(NetLogLoggerTest, GeneratesValidJSONWithOneEvent) {
scoped_ptr<NetLogLogger> logger(new NetLogLogger(file, *constants));
const int kDummyId = 1;
- NetLog::Source source(NetLog::SOURCE_SPDY_SESSION, kDummyId);
+ NetLog::Source source(NetLog::SOURCE_HTTP2_SESSION, kDummyId);
NetLog::EntryData entry_data(NetLog::TYPE_PROXY_SERVICE,
source,
NetLog::PHASE_BEGIN,
@@ -109,7 +109,7 @@ TEST_F(NetLogLoggerTest, GeneratesValidJSONWithMultipleEvents) {
scoped_ptr<NetLogLogger> logger(new NetLogLogger(file, *constants));
const int kDummyId = 1;
- NetLog::Source source(NetLog::SOURCE_SPDY_SESSION, kDummyId);
+ NetLog::Source source(NetLog::SOURCE_HTTP2_SESSION, kDummyId);
NetLog::EntryData entry_data(NetLog::TYPE_PROXY_SERVICE,
source,
NetLog::PHASE_BEGIN,
« no previous file with comments | « net/base/net_log_event_type_list.h ('k') | net/base/net_log_source_type_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698