Index: chrome/browser/safe_browsing/download_protection_service.cc |
diff --git a/chrome/browser/safe_browsing/download_protection_service.cc b/chrome/browser/safe_browsing/download_protection_service.cc |
index 797ee20be4ee3de616db5cbefeab9734f22b588b..4217a21b8dac531b116d22e242d0edf65e888a44 100644 |
--- a/chrome/browser/safe_browsing/download_protection_service.cc |
+++ b/chrome/browser/safe_browsing/download_protection_service.cc |
@@ -395,7 +395,7 @@ class DownloadProtectionService::CheckClientDownloadRequest |
} |
// From the content::URLFetcherDelegate interface. |
- virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE { |
+ virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
DCHECK_EQ(source, fetcher_.get()); |
VLOG(2) << "Received a response for URL: " |