diff options
Diffstat (limited to 'chrome/browser/net/sdch_dictionary_fetcher.cc')
-rw-r--r-- | chrome/browser/net/sdch_dictionary_fetcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/net/sdch_dictionary_fetcher.cc b/chrome/browser/net/sdch_dictionary_fetcher.cc index 122e976..6606934 100644 --- a/chrome/browser/net/sdch_dictionary_fetcher.cc +++ b/chrome/browser/net/sdch_dictionary_fetcher.cc @@ -78,7 +78,7 @@ void SdchDictionaryFetcher::OnURLFetchComplete( (source->GetStatus().status() == net::URLRequestStatus::SUCCESS)) { std::string data; source->GetResponseAsString(&data); - net::SdchManager::Global()->AddSdchDictionary(data, source->GetUrl()); + net::SdchManager::Global()->AddSdchDictionary(data, source->GetURL()); } current_fetch_.reset(NULL); ScheduleDelayedRun(); |