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

Unified Diff: chrome/browser/captive_portal/captive_portal_service_unittest.cc

Issue 10412050: Change most content::URLFetcher references to net::URLFetcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix indent and typo 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_unittest.cc
diff --git a/chrome/browser/captive_portal/captive_portal_service_unittest.cc b/chrome/browser/captive_portal/captive_portal_service_unittest.cc
index de9953f851b61db31be8428c845999decd6ae796..9cd5eb81d2c6f217007afd9f25021878503f1944 100644
--- a/chrome/browser/captive_portal/captive_portal_service_unittest.cc
+++ b/chrome/browser/captive_portal/captive_portal_service_unittest.cc
@@ -171,7 +171,7 @@ class CaptivePortalServiceTest : public testing::Test {
}
// Calls the corresponding CaptivePortalService function.
- void OnURLFetchComplete(content::URLFetcher* fetcher) {
+ void OnURLFetchComplete(net::URLFetcher* fetcher) {
service()->OnURLFetchComplete(fetcher);
}

Powered by Google App Engine
This is Rietveld 408576698