| Index: net/disk_cache/simple/simple_entry_impl.cc
|
| diff --git a/net/disk_cache/simple/simple_entry_impl.cc b/net/disk_cache/simple/simple_entry_impl.cc
|
| index 85655d97723634e85c3a7eaacea60d5d3f56545f..cf45956ca7137bd7dc2ac614e9ac6537fa090b7b 100644
|
| --- a/net/disk_cache/simple/simple_entry_impl.cc
|
| +++ b/net/disk_cache/simple/simple_entry_impl.cc
|
| @@ -184,7 +184,8 @@ SimpleEntryImpl::SimpleEntryImpl(net::CacheType cache_type,
|
| doomed_(false),
|
| state_(STATE_UNINITIALIZED),
|
| synchronous_entry_(NULL),
|
| - net_log_(net::BoundNetLog::Make(net_log,
|
| + net_log_(
|
| + net::NetLogWithSource::Make(net_log,
|
| net::NetLogSourceType::DISK_CACHE_ENTRY)),
|
| stream_0_data_(new net::GrowableIOBuffer()) {
|
| static_assert(arraysize(data_size_) == arraysize(crc32s_end_offset_),
|
|
|