| Index: chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| diff --git a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| index 6fde9ab0703262ea16de8043c6a42f3ea3321f91..8fc7da79820b176c35cbedb1b29652f7adb4460a 100644
|
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| @@ -160,7 +160,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| BookmarkUndoServiceFactory::GetInstance();
|
| #endif
|
| #if defined(ENABLE_CAPTIVE_PORTAL_DETECTION)
|
| - captive_portal::CaptivePortalServiceFactory::GetInstance();
|
| + CaptivePortalServiceFactory::GetInstance();
|
| #endif
|
| ChromeGeolocationPermissionContextFactory::GetInstance();
|
| #if defined(OS_ANDROID)
|
|
|