Index: chrome/browser/spellchecker/spellcheck_host_impl.h |
=================================================================== |
--- chrome/browser/spellchecker/spellcheck_host_impl.h (revision 107061) |
+++ chrome/browser/spellchecker/spellcheck_host_impl.h (working copy) |
@@ -104,7 +104,7 @@ |
// content::URLFetcherDelegate implementation. Called when we finish |
// downloading the spellcheck dictionary; saves the dictionary to |data_|. |
- virtual void OnURLFetchComplete(const URLFetcher* source); |
+ virtual void OnURLFetchComplete(const content::URLFetcher* source); |
// NotificationProfile implementation. |
virtual void Observe(int type, |
@@ -149,7 +149,7 @@ |
net::URLRequestContextGetter* request_context_getter_; |
// Used for downloading the dictionary file. |
- scoped_ptr<URLFetcher> fetcher_; |
+ scoped_ptr<content::URLFetcher> fetcher_; |
content::NotificationRegistrar registrar_; |