| Index: chrome/browser/ui/webui/sync_promo/sync_promo_handler.h
|
| diff --git a/chrome/browser/ui/webui/sync_promo/sync_promo_handler.h b/chrome/browser/ui/webui/sync_promo/sync_promo_handler.h
|
| index d9c7b59bf81003a1554f8cbe1780c4ee8c14fa4c..d33dd113b6ccf701dac216fe86a0a9cc8c6056a7 100644
|
| --- a/chrome/browser/ui/webui/sync_promo/sync_promo_handler.h
|
| +++ b/chrome/browser/ui/webui/sync_promo/sync_promo_handler.h
|
| @@ -8,6 +8,7 @@
|
| #include "chrome/browser/ui/webui/sync_setup_handler.h"
|
|
|
| class PrefService;
|
| +class PrefServiceSyncable;
|
|
|
| // The handler for JavaScript messages related to the "sync promo" page.
|
| class SyncPromoHandler : public SyncSetupHandler {
|
| @@ -17,7 +18,7 @@ class SyncPromoHandler : public SyncSetupHandler {
|
|
|
| // Called to register our preferences before we use them (so there will be a
|
| // default if not present yet).
|
| - static void RegisterUserPrefs(PrefService* prefs);
|
| + static void RegisterUserPrefs(PrefServiceSyncable* prefs);
|
|
|
| // WebUIMessageHandler implementation.
|
| virtual void RegisterMessages() OVERRIDE;
|
|
|