| Index: net/disk_cache/simple/simple_entry_impl.h
|
| diff --git a/net/disk_cache/simple/simple_entry_impl.h b/net/disk_cache/simple/simple_entry_impl.h
|
| index 34f90925ebcac2c034ca626feb18a02ca90d649c..c6d5669f7d3092e0171c76543d88930467c9270b 100644
|
| --- a/net/disk_cache/simple/simple_entry_impl.h
|
| +++ b/net/disk_cache/simple/simple_entry_impl.h
|
| @@ -369,7 +369,7 @@ class NET_EXPORT_PRIVATE SimpleEntryImpl : public Entry,
|
|
|
| std::queue<SimpleEntryOperation> pending_operations_;
|
|
|
| - net::BoundNetLog net_log_;
|
| + net::NetLogWithSource net_log_;
|
|
|
| std::unique_ptr<SimpleEntryOperation> executing_operation_;
|
|
|
|
|