| Index: chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.h b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| index c68a176ecace1cfc5b772f8c320638ef6c33546c..0f109b7e6169da46949dea45103a987c10eab263 100644
|
| --- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| @@ -24,7 +24,7 @@
|
| class ExtensionEnableFlow;
|
| class ExtensionService;
|
| class PrefChangeRegistrar;
|
| -class PrefServiceSyncable;
|
| +class PrefRegistrySyncable;
|
| class Profile;
|
|
|
| namespace extensions {
|
| @@ -105,7 +105,7 @@ class AppLauncherHandler : public content::WebUIMessageHandler,
|
| void HandleSetNotificationsDisabled(const base::ListValue* args);
|
|
|
| // Register app launcher preferences.
|
| - static void RegisterUserPrefs(PrefServiceSyncable* pref_service);
|
| + static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
|
|
| // Records the given type of app launch for UMA.
|
| static void RecordAppLaunchType(extension_misc::AppLaunchBucket bucket);
|
|
|