Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Unified Diff: chrome/browser/captive_portal/captive_portal_service.h

Issue 10412050: Change most content::URLFetcher references to net::URLFetcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ChromeOS, address comments Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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().
« no previous file with comments | « chrome/browser/autofill/autofill_download.cc ('k') | chrome/browser/captive_portal/captive_portal_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698