| Index: chrome/browser/ui/webui/options/core_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/core_options_handler.h b/chrome/browser/ui/webui/options/core_options_handler.h
|
| index f2bb9252ad70751ca3c03a036f5c8cc67011f73d..ae17b2003e8d9ef116ab4d90819d3f41bb934d95 100644
|
| --- a/chrome/browser/ui/webui/options/core_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/core_options_handler.h
|
| @@ -83,7 +83,7 @@ class CoreOptionsHandler : public OptionsPageUIHandler {
|
| // preference. |value| is the new value for |name|. Called from
|
| // Notify*Changed methods to fire off the notifications.
|
| void DispatchPrefChangeNotification(const std::string& name,
|
| - scoped_ptr<base::Value> value);
|
| + std::unique_ptr<base::Value> value);
|
|
|
| // Creates dictionary value for the pref described by |pref_name|.
|
| // If |controlling_pref| is not empty, it describes the pref that manages
|
|
|