Index: chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc |
diff --git a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc |
index daac459f0eecd2ff4e0d3e3ce58378d72cab62a9..b2e73c49c9bf308fb1dc48ed8fb8d1a8530bc526 100644 |
--- a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc |
+++ b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc |
@@ -230,7 +230,7 @@ void SpellcheckHunspellDictionary::DownloadDictionary(GURL url) { |
download_status_ = DOWNLOAD_IN_PROGRESS; |
FOR_EACH_OBSERVER(Observer, observers_, OnHunspellDictionaryDownloadBegin()); |
- fetcher_.reset(net::URLFetcher::Create(url, net::URLFetcher::GET, this)); |
+ fetcher_ = net::URLFetcher::Create(url, net::URLFetcher::GET, this); |
fetcher_->SetRequestContext(request_context_getter_); |
fetcher_->SetLoadFlags( |
net::LOAD_DO_NOT_SEND_COOKIES | net::LOAD_DO_NOT_SAVE_COOKIES); |