| Index: services/shell/runner/host/out_of_process_native_runner.cc
|
| diff --git a/services/shell/runner/host/out_of_process_native_runner.cc b/services/shell/runner/host/out_of_process_native_runner.cc
|
| index 2b693d7308453af79ac02d3b53bc651e45a1e5f3..dc4056d16e9d5ccbe90586ead52f35fe39df430d 100644
|
| --- a/services/shell/runner/host/out_of_process_native_runner.cc
|
| +++ b/services/shell/runner/host/out_of_process_native_runner.cc
|
| @@ -68,8 +68,8 @@ OutOfProcessNativeRunnerFactory::~OutOfProcessNativeRunnerFactory() {}
|
|
|
| std::unique_ptr<NativeRunner> OutOfProcessNativeRunnerFactory::Create(
|
| const base::FilePath& app_path) {
|
| - return base::WrapUnique(
|
| - new OutOfProcessNativeRunner(launch_process_runner_, delegate_));
|
| + return base::MakeUnique<OutOfProcessNativeRunner>(launch_process_runner_,
|
| + delegate_);
|
| }
|
|
|
| } // namespace shell
|
|
|