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 38728c377ffa75857016b51be503e3782299ed1e..2e73738953ba42c0b02b252ec6feb38297951e65 100644 |
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
@@ -123,7 +123,9 @@ |
#include "chrome/browser/extensions/api/platform_keys/verify_trust_api.h" |
#endif |
-#if !defined(OS_ANDROID) |
+#if defined(OS_ANDROID) |
+#include "chrome/browser/android/data_usage/data_use_ui_tab_model_factory.h" |
+#else |
#include "chrome/browser/ui/global_error/global_error_service_factory.h" |
#include "chrome/browser/usb/usb_chooser_context_factory.h" |
#endif |
@@ -192,6 +194,9 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() { |
#if defined(ENABLE_CAPTIVE_PORTAL_DETECTION) |
CaptivePortalServiceFactory::GetInstance(); |
#endif |
+#if defined(OS_ANDROID) |
+ chrome::android::DataUseUITabModelFactory::GetInstance(); |
+#endif |
GeolocationPermissionContextFactory::GetInstance(); |
#if defined(OS_ANDROID) || defined(OS_CHROMEOS) |
ProtectedMediaIdentifierPermissionContextFactory::GetInstance(); |