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

Unified Diff: net/sdch/sdch_owner.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/sdch/sdch_owner.h
diff --git a/net/sdch/sdch_owner.h b/net/sdch/sdch_owner.h
index e6af26642f1926c4d63fe9df50992cb0f0cfdc80..48a7db2ec5562b44d5dbbddf82c7732596491179 100644
--- a/net/sdch/sdch_owner.h
+++ b/net/sdch/sdch_owner.h
@@ -128,7 +128,7 @@ class NET_EXPORT SdchOwner : public SdchObserver {
int use_count,
const std::string& dictionary_text,
const GURL& dictionary_url,
- const BoundNetLog& net_log,
+ const NetLogWithSource& net_log,
bool was_from_cache);
void SetClockForTesting(std::unique_ptr<base::Clock> clock);

Powered by Google App Engine
This is Rietveld 408576698