| 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 5b6f269e56cfc6e1d6800e7fc7beea310c666f21..79d87782e13ece5ef53f671d86409daed0745897 100644
|
| --- a/net/url_request/sdch_dictionary_fetcher.h
|
| +++ b/net/url_request/sdch_dictionary_fetcher.h
|
| @@ -36,7 +36,8 @@ class NET_EXPORT SdchDictionaryFetcher : public URLRequest::Delegate,
|
| public base::NonThreadSafe {
|
| public:
|
| typedef base::Callback<void(const std::string& dictionary_text,
|
| - const GURL& dictionary_url)>
|
| + const GURL& dictionary_url,
|
| + const BoundNetLog& net_log)>
|
| OnDictionaryFetchedCallback;
|
|
|
| // The consumer must guarantee that |*context| outlives this object.
|
|
|