Index: chrome/browser/net/sdch_dictionary_fetcher.cc |
diff --git a/chrome/browser/net/sdch_dictionary_fetcher.cc b/chrome/browser/net/sdch_dictionary_fetcher.cc |
index 67baab04587e6f975d29768d2194308938044947..c6a518aa61599c7e339f7938846b3e1e41b940cd 100644 |
--- a/chrome/browser/net/sdch_dictionary_fetcher.cc |
+++ b/chrome/browser/net/sdch_dictionary_fetcher.cc |
@@ -67,7 +67,7 @@ void SdchDictionaryFetcher::StartFetching() { |
DCHECK(context_.get()); |
current_fetch_.reset(content::URLFetcher::Create( |
- fetch_queue_.front(), content::URLFetcher::GET, this)); |
+ fetch_queue_.front(), net::URLFetcher::GET, this)); |
fetch_queue_.pop(); |
current_fetch_->SetRequestContext(context_.get()); |
current_fetch_->SetLoadFlags(net::LOAD_DO_NOT_SEND_COOKIES | |