Index: chrome/browser/net/sdch_dictionary_fetcher.h |
diff --git a/chrome/browser/net/sdch_dictionary_fetcher.h b/chrome/browser/net/sdch_dictionary_fetcher.h |
index 4476557d563d8f275035eaf536ec79abfa5b8479..8deb288daaac262bbbe52b15f1f1277df9d0c37d 100644 |
--- a/chrome/browser/net/sdch_dictionary_fetcher.h |
+++ b/chrome/browser/net/sdch_dictionary_fetcher.h |
@@ -57,7 +57,7 @@ class SdchDictionaryFetcher |
// Implementation of content::URLFetcherDelegate. Called after transmission |
// completes (either successfully or with failure). |
- virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE; |
+ virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE; |
// A queue of URLs that are being used to download dictionaries. |
std::queue<GURL> fetch_queue_; |