| 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 b928fe605909e85cc603df6f3644b8c23b3ac1b7..3ab4289e79acbfb8b0e7f2407be0aa132fe87719 100644
|
| --- a/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h
|
| +++ b/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h
|
| @@ -11,6 +11,7 @@
|
| #include "chrome/browser/profiles/profile_keyed_service_factory.h"
|
|
|
| class ChromeGeolocationPermissionContext;
|
| +class PrefRegistrySyncable;
|
| class Profile;
|
|
|
| class ChromeGeolocationPermissionContextFactory
|
| @@ -30,7 +31,7 @@ class ChromeGeolocationPermissionContextFactory
|
| // |ProfileKeyedBaseFactory| methods:
|
| virtual ProfileKeyedService*
|
| BuildServiceInstanceFor(Profile* profile) const OVERRIDE;
|
| - virtual void RegisterUserPrefs(PrefServiceSyncable* user_prefs) OVERRIDE;
|
| + virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromeGeolocationPermissionContextFactory);
|
|
|