| Index: chrome/browser/captive_portal/captive_portal_service.cc
|
| diff --git a/chrome/browser/captive_portal/captive_portal_service.cc b/chrome/browser/captive_portal/captive_portal_service.cc
|
| index 6f6e7c9aa7fc5b6e61721d2b64f2eeb433678d07..498cdf93dea6498e00aa80a71b06fac6ecc3395f 100644
|
| --- a/chrome/browser/captive_portal/captive_portal_service.cc
|
| +++ b/chrome/browser/captive_portal/captive_portal_service.cc
|
| @@ -352,7 +352,7 @@ void CaptivePortalService::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 CaptivePortalService::Result based on its result.
|
| Result CaptivePortalService::GetCaptivePortalResultFromResponse(
|
| const net::URLFetcher* url_fetcher,
|
|
|