| Index: chrome/browser/ui/gesture_prefs_observer_factory_aura.h
|
| diff --git a/chrome/browser/ui/gesture_prefs_observer_factory_aura.h b/chrome/browser/ui/gesture_prefs_observer_factory_aura.h
|
| index 686e0c6382dab6f24e51ba8c170401260dd7663a..9988b6e15a0ec1dd89aed2b73a3f118b9fc2b982 100644
|
| --- a/chrome/browser/ui/gesture_prefs_observer_factory_aura.h
|
| +++ b/chrome/browser/ui/gesture_prefs_observer_factory_aura.h
|
| @@ -9,7 +9,7 @@
|
| #include "base/memory/singleton.h"
|
| #include "chrome/browser/profiles/profile_keyed_service_factory.h"
|
|
|
| -class PrefService;
|
| +class PrefServiceSyncable;
|
| class Profile;
|
|
|
| // Create an observer per Profile that listens for gesture preferences updates.
|
| @@ -23,12 +23,12 @@ class GesturePrefsObserverFactoryAura : public ProfileKeyedServiceFactory {
|
| GesturePrefsObserverFactoryAura();
|
| virtual ~GesturePrefsObserverFactoryAura();
|
|
|
| - void RegisterOverscrollPrefs(PrefService* prefs);
|
| + void RegisterOverscrollPrefs(PrefServiceSyncable* prefs);
|
|
|
| // ProfileKeyedServiceFactory:
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| Profile* profile) const OVERRIDE;
|
| - virtual void RegisterUserPrefs(PrefService* prefs) OVERRIDE;
|
| + virtual void RegisterUserPrefs(PrefServiceSyncable* prefs) OVERRIDE;
|
| virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|