Index: chrome/browser/metrics/metrics_service.h |
diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h |
index cfe194359bad97e8d4e42b12b333f9b86a629ffe..00966e79ee17e35694bc22bdd075150a5f6e2f24 100644 |
--- a/chrome/browser/metrics/metrics_service.h |
+++ b/chrome/browser/metrics/metrics_service.h |
@@ -261,7 +261,7 @@ class MetricsService |
// 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; |
// Logs debugging details, for the case where the server returns a response |
// code other than 200. |