| 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,
|
|
|