Index: chrome/browser/captive_portal/captive_portal_service.h |
diff --git a/chrome/browser/captive_portal/captive_portal_service.h b/chrome/browser/captive_portal/captive_portal_service.h |
index eedfd31e5389cd23be41530d88955af46892a5d9..09eab15ed2790fb2e4143b715f2d43461c3eba62 100644 |
--- a/chrome/browser/captive_portal/captive_portal_service.h |
+++ b/chrome/browser/captive_portal/captive_portal_service.h |
@@ -143,7 +143,7 @@ class CaptivePortalService : public ProfileKeyedService, |
// Android, since it lacks the Browser class. |
void UpdateEnabledState(); |
- // Takes a content::URLFetcher that has finished trying to retrieve the test |
+ // Takes a net::URLFetcher that has finished trying to retrieve the test |
// URL, and returns a captive_portal::Result based on its result. |
// If the response is a 503 with a Retry-After header, |retry_after| is |
// populated accordingly. Otherwise, it's set to base::TimeDelta(). |