| Index: net/disk_cache/memory/mem_entry_impl.h
|
| diff --git a/net/disk_cache/memory/mem_entry_impl.h b/net/disk_cache/memory/mem_entry_impl.h
|
| index b366065be18eb3911f240b2160279cb9c9b91e60..efa3e63b2580dfcbe6206901b765efa2cfe37fb8 100644
|
| --- a/net/disk_cache/memory/mem_entry_impl.h
|
| +++ b/net/disk_cache/memory/mem_entry_impl.h
|
| @@ -179,7 +179,7 @@ class NET_EXPORT_PRIVATE MemEntryImpl final
|
| MemBackendImpl* backend_; // Back pointer to the cache.
|
| bool doomed_; // True if this entry was removed from the cache.
|
|
|
| - net::BoundNetLog net_log_;
|
| + net::NetLogWithSource net_log_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(MemEntryImpl);
|
| };
|
|
|