Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: net/disk_cache/simple/simple_entry_impl.h

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: one more fix, content bound_net_log_ Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698