| 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;
|
|
|
|
|