| Index: chrome/browser/ui/webui/chromeos/first_run/first_run_handler.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/first_run/first_run_handler.cc b/chrome/browser/ui/webui/chromeos/first_run/first_run_handler.cc
|
| index cd8a4c116e62c5c88b83c336da6f7cd15deb82fe..faf3e5001f8a29cf46fd1daf88c46693054d1a86 100644
|
| --- a/chrome/browser/ui/webui/chromeos/first_run/first_run_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/first_run/first_run_handler.cc
|
| @@ -54,7 +54,7 @@ void FirstRunHandler::ShowStepPointingTo(const std::string& name,
|
| int x,
|
| int y,
|
| int offset) {
|
| - scoped_ptr<base::Value> null = base::Value::CreateNullValue();
|
| + std::unique_ptr<base::Value> null = base::Value::CreateNullValue();
|
| base::ListValue point_with_offset;
|
| point_with_offset.AppendInteger(x);
|
| point_with_offset.AppendInteger(y);
|
|
|