| 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 d33dd113b6ccf701dac216fe86a0a9cc8c6056a7..0dde9af557915a7f99e0d439a095ab08a894bf98 100644
|
| --- a/chrome/browser/ui/webui/sync_promo/sync_promo_handler.h
|
| +++ b/chrome/browser/ui/webui/sync_promo/sync_promo_handler.h
|
| @@ -8,7 +8,7 @@
|
| #include "chrome/browser/ui/webui/sync_setup_handler.h"
|
|
|
| class PrefService;
|
| -class PrefServiceSyncable;
|
| +class PrefRegistrySyncable;
|
|
|
| // The handler for JavaScript messages related to the "sync promo" page.
|
| class SyncPromoHandler : public SyncSetupHandler {
|
| @@ -18,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(PrefServiceSyncable* prefs);
|
| + static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
|
|
| // WebUIMessageHandler implementation.
|
| virtual void RegisterMessages() OVERRIDE;
|
|
|