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 69c24b6c411bd33424a1c479820f5ccc7c6d6b8f..764ef42fc75b0b7d7b14bab0af0233b15ae6b91a 100644 |
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
@@ -14,7 +14,7 @@ |
#include "chrome/browser/dom_distiller/dom_distiller_service_factory.h" |
#include "chrome/browser/download/download_service_factory.h" |
#include "chrome/browser/favicon/favicon_service_factory.h" |
-#include "chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h" |
+#include "chrome/browser/geolocation/geolocation_permission_context_factory.h" |
#include "chrome/browser/google/google_url_tracker_factory.h" |
#include "chrome/browser/history/history_service_factory.h" |
#include "chrome/browser/invalidation/profile_invalidation_provider_factory.h" |
@@ -163,7 +163,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() { |
#if defined(ENABLE_CAPTIVE_PORTAL_DETECTION) |
CaptivePortalServiceFactory::GetInstance(); |
#endif |
- ChromeGeolocationPermissionContextFactory::GetInstance(); |
+ GeolocationPermissionContextFactory::GetInstance(); |
#if defined(OS_ANDROID) |
ProtectedMediaIdentifierPermissionContextFactory::GetInstance(); |
#endif |