| 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 8183f8dc32ff225bad9b510a674bb43af0160fb6..972e31e67801dbc2e280d15535a96a607df5bdf6 100644
|
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| @@ -127,6 +127,7 @@
|
|
|
| #if defined(OS_ANDROID)
|
| #include "chrome/browser/android/data_usage/data_use_ui_tab_model_factory.h"
|
| +#include "chrome/browser/android/search_geolocation/search_geolocation_service.h"
|
| #else
|
| #include "chrome/browser/ui/global_error/global_error_service_factory.h"
|
| #include "chrome/browser/usb/usb_chooser_context_factory.h"
|
| @@ -320,6 +321,9 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| prerender::PrerenderMessageFilter::EnsureShutdownNotifierFactoryBuilt();
|
| ProfileSyncServiceFactory::GetInstance();
|
| ProtocolHandlerRegistryFactory::GetInstance();
|
| +#if defined(OS_ANDROID)
|
| + SearchGeolocationService::Factory::GetInstance();
|
| +#endif
|
| #if BUILDFLAG(ENABLE_SESSION_SERVICE)
|
| SessionServiceFactory::GetInstance();
|
| #endif
|
|
|