| Index: chrome/browser/ui/ash/chrome_launcher_prefs.h
|
| diff --git a/chrome/browser/ui/ash/chrome_launcher_prefs.h b/chrome/browser/ui/ash/chrome_launcher_prefs.h
|
| index a8607d893a4dc9357317c074c40173c4fe596ce8..25751e4ebf30097e2442e13350c67c4b87292798 100644
|
| --- a/chrome/browser/ui/ash/chrome_launcher_prefs.h
|
| +++ b/chrome/browser/ui/ash/chrome_launcher_prefs.h
|
| @@ -54,7 +54,7 @@ extern const char kShelfAlignmentRight[];
|
| void RegisterChromeLauncherUserPrefs(
|
| user_prefs::PrefRegistrySyncable* registry);
|
|
|
| -base::DictionaryValue* CreateAppDict(const std::string& app_id);
|
| +std::unique_ptr<base::DictionaryValue> CreateAppDict(const std::string& app_id);
|
|
|
| // Get or set the shelf auto hide behavior preference for a particular display.
|
| ShelfAutoHideBehavior GetShelfAutoHideBehaviorPref(PrefService* prefs,
|
|
|