Index: chrome/browser/ui/webui/ntp/suggestions_source_discovery.cc |
diff --git a/chrome/browser/ui/webui/ntp/suggestions_source_discovery.cc b/chrome/browser/ui/webui/ntp/suggestions_source_discovery.cc |
index c97e518416721fc92908dcf0e67853935dfff174..2de116cdf06d5be339e17aa51c7bdf5adfce5974 100644 |
--- a/chrome/browser/ui/webui/ntp/suggestions_source_discovery.cc |
+++ b/chrome/browser/ui/webui/ntp/suggestions_source_discovery.cc |
@@ -82,7 +82,7 @@ void SuggestionsSourceDiscovery::SetCombiner(SuggestionsCombiner* combiner) { |
} |
void SuggestionsSourceDiscovery::OnURLFetchComplete( |
- const content::URLFetcher* source) { |
+ const net::URLFetcher* source) { |
DCHECK(combiner_); |
STLDeleteElements(&items_); |
if (source->GetStatus().status() == net::URLRequestStatus::SUCCESS && |