Index: chrome/browser/spellchecker/spellcheck_host_impl.cc |
diff --git a/chrome/browser/spellchecker/spellcheck_host_impl.cc b/chrome/browser/spellchecker/spellcheck_host_impl.cc |
index a2b7d8f3ae2ab82a76eb891ef642db08c58d17e4..a9c51a3b7d668776d12a5456c7dbe3cf98b01f96 100644 |
--- a/chrome/browser/spellchecker/spellcheck_host_impl.cc |
+++ b/chrome/browser/spellchecker/spellcheck_host_impl.cc |
@@ -324,7 +324,7 @@ void SpellCheckHostImpl::WriteWordToCustomDictionary(const std::string& word) { |
void SpellCheckHostImpl::OnURLFetchComplete(const net::URLFetcher* source) { |
DCHECK(source); |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
- scoped_ptr<content::URLFetcher> fetcher_destructor(fetcher_.release()); |
+ scoped_ptr<net::URLFetcher> fetcher_destructor(fetcher_.release()); |
if ((source->GetResponseCode() / 100) != 2) { |
// Initialize will not try to download the file a second time. |