Index: chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h |
diff --git a/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h b/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h |
index 7777016c0ce147546aa0fd1718975bd35b20d0d9..1c85a22b769741bf4ff64d5e81ee1402bfcf1bce 100644 |
--- a/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h |
+++ b/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h |
@@ -31,7 +31,8 @@ class ChromeGeolocationPermissionContextFactory |
// |ProfileKeyedBaseFactory| methods: |
virtual ProfileKeyedService* |
BuildServiceInstanceFor(content::BrowserContext* profile) const OVERRIDE; |
- virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE; |
+ virtual void RegisterUserPrefs( |
+ user_prefs::PrefRegistrySyncable* registry) OVERRIDE; |
virtual content::BrowserContext* GetBrowserContextToUse( |
content::BrowserContext* context) const OVERRIDE; |