| Index: net/disk_cache/blockfile/entry_impl.h
|
| diff --git a/net/disk_cache/blockfile/entry_impl.h b/net/disk_cache/blockfile/entry_impl.h
|
| index 55f68e7c7c294749bec639aa38b9ed302a7bc4b5..893afba62940e0e6dc9343beb051eec27d2b121c 100644
|
| --- a/net/disk_cache/blockfile/entry_impl.h
|
| +++ b/net/disk_cache/blockfile/entry_impl.h
|
| @@ -149,7 +149,7 @@ class NET_EXPORT_PRIVATE EntryImpl
|
| // created rather than opened.
|
| void BeginLogging(net::NetLog* net_log, bool created);
|
|
|
| - const net::BoundNetLog& net_log() const;
|
| + const net::NetLogWithSource& net_log() const;
|
|
|
| // Returns the number of blocks needed to store an EntryStore.
|
| static int NumBlocksForEntry(int key_size);
|
| @@ -288,7 +288,7 @@ class NET_EXPORT_PRIVATE EntryImpl
|
| bool dirty_; // True if we detected that this is a dirty entry.
|
| std::unique_ptr<SparseControl> sparse_; // Support for sparse entries.
|
|
|
| - net::BoundNetLog net_log_;
|
| + net::NetLogWithSource net_log_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(EntryImpl);
|
| };
|
|
|