| Index: chrome/browser/profiles/profile_dependency_manager.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_dependency_manager.cc (revision 140753)
|
| +++ chrome/browser/profiles/profile_dependency_manager.cc (working copy)
|
| @@ -180,7 +180,7 @@
|
| #if defined(ENABLE_BACKGROUND)
|
| BackgroundContentsServiceFactory::GetInstance();
|
| #endif
|
| -#if !defined(OS_ANDROID)
|
| +#if defined(ENABLE_CAPTIVE_PORTAL_DETECTION)
|
| captive_portal::CaptivePortalServiceFactory::GetInstance();
|
| #endif
|
| ChromeURLDataManagerFactory::GetInstance();
|
|
|