Index: net/url_request/url_request_http_job.cc |
diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc |
index a53bbab7d6848682eb26bdaaf98e7841b5f9154d..ecf167205270c6503ed32050c234e3d68250aedc 100644 |
--- a/net/url_request/url_request_http_job.cc |
+++ b/net/url_request/url_request_http_job.cc |
@@ -334,7 +334,7 @@ void URLRequestHttpJob::NotifyHeadersComplete() { |
// Resolve suggested URL relative to request url. |
GURL sdch_dictionary_url = request_->url().Resolve(url_text); |
if (sdch_dictionary_url.is_valid()) { |
- sdch_manager->FetchDictionary(request_->url(), sdch_dictionary_url); |
+ sdch_manager->OnGetDictionary(request_->url(), sdch_dictionary_url); |
} |
} |
} |