| Index: components/policy/core/common/remote_commands/test_remote_command_job.cc
|
| diff --git a/components/policy/core/common/remote_commands/test_remote_command_job.cc b/components/policy/core/common/remote_commands/test_remote_command_job.cc
|
| index 6e2d4710f6aced023954a6c70464a309cc7ede44..6b35cde367acb17dcb5ee73e2430d0e42ac76d9f 100644
|
| --- a/components/policy/core/common/remote_commands/test_remote_command_job.cc
|
| +++ b/components/policy/core/common/remote_commands/test_remote_command_job.cc
|
| @@ -39,7 +39,7 @@ class TestRemoteCommandJob::EchoPayload
|
| };
|
|
|
| std::unique_ptr<std::string> TestRemoteCommandJob::EchoPayload::Serialize() {
|
| - return base::WrapUnique(new std::string(payload_));
|
| + return base::MakeUnique<std::string>(payload_);
|
| }
|
|
|
| TestRemoteCommandJob::TestRemoteCommandJob(bool succeed,
|
|
|