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

Unified Diff: net/url_request/sdch_dictionary_fetcher.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/url_request/sdch_dictionary_fetcher.h
diff --git a/net/url_request/sdch_dictionary_fetcher.h b/net/url_request/sdch_dictionary_fetcher.h
index 96330e9d4ee0a36c31c2c98fd4f89e7efc06aeff..a21124d7ccde89490eafe742a6bf643593b11de3 100644
--- a/net/url_request/sdch_dictionary_fetcher.h
+++ b/net/url_request/sdch_dictionary_fetcher.h
@@ -24,7 +24,7 @@
namespace net {
-class BoundNetLog;
+class NetLogWithSource;
class URLRequest;
class URLRequestThrottlerEntryInterface;
@@ -38,7 +38,7 @@ class NET_EXPORT SdchDictionaryFetcher : public URLRequest::Delegate,
public:
typedef base::Callback<void(const std::string& dictionary_text,
const GURL& dictionary_url,
- const BoundNetLog& net_log,
+ const NetLogWithSource& net_log,
bool was_from_cache)>
OnDictionaryFetchedCallback;

Powered by Google App Engine
This is Rietveld 408576698