| Index: chrome/browser/ui/webui/chromeos/slow_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/slow_ui.cc b/chrome/browser/ui/webui/chromeos/slow_ui.cc
|
| index dbeda9a3e27e4b992bab93a8e61f413a4b27b2f1..fe60c9cf3035864b043a20a48a9035394bf55024 100644
|
| --- a/chrome/browser/ui/webui/chromeos/slow_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/slow_ui.cc
|
| @@ -72,7 +72,7 @@ class SlowHandler : public WebUIMessageHandler {
|
| void LoadComplete(const base::ListValue* args);
|
|
|
| Profile* profile_;
|
| - scoped_ptr<PrefChangeRegistrar> user_pref_registrar_;
|
| + std::unique_ptr<PrefChangeRegistrar> user_pref_registrar_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SlowHandler);
|
| };
|
|
|