Index: chrome/browser/net/chrome_sdch_policy.h |
diff --git a/chrome/browser/net/chrome_sdch_policy.h b/chrome/browser/net/chrome_sdch_policy.h |
index 046eeef896eba1cdb95b23a5d416128d6a3be6b6..5e24906cade6f350b694d9ea43c152ea0849c69d 100644 |
--- a/chrome/browser/net/chrome_sdch_policy.h |
+++ b/chrome/browser/net/chrome_sdch_policy.h |
@@ -28,7 +28,8 @@ class ChromeSdchPolicy : public net::SdchObserver { |
~ChromeSdchPolicy() override; |
void OnDictionaryFetched(const std::string& dictionary_text, |
- const GURL& dictionary_url); |
+ const GURL& dictionary_url, |
+ const net::BoundNetLog& net_log); |
// SdchObserver implementation. |
void OnGetDictionary(net::SdchManager* manager, |