| Index: remoting/host/chromoting_host_context_unittest.cc
|
| diff --git a/remoting/host/chromoting_host_context_unittest.cc b/remoting/host/chromoting_host_context_unittest.cc
|
| index 955135de517b54dd3dd0d4ae67dd407469533475..b0aefa075e9e2a0e8efa74d0b8fd76ed69ddedb4 100644
|
| --- a/remoting/host/chromoting_host_context_unittest.cc
|
| +++ b/remoting/host/chromoting_host_context_unittest.cc
|
| @@ -16,7 +16,7 @@ TEST(ChromotingHostContextTest, StartAndStop) {
|
| base::MessageLoopForUI message_loop;
|
| base::RunLoop run_loop;
|
|
|
| - scoped_ptr<ChromotingHostContext> context =
|
| + std::unique_ptr<ChromotingHostContext> context =
|
| ChromotingHostContext::Create(new AutoThreadTaskRunner(
|
| message_loop.task_runner(), run_loop.QuitClosure()));
|
|
|
|
|