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

Unified Diff: net/disk_cache/blockfile/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/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);
};

Powered by Google App Engine
This is Rietveld 408576698