| Index: remoting/test/chromoting_test_driver_environment_unittest.cc
|
| diff --git a/remoting/test/chromoting_test_driver_environment_unittest.cc b/remoting/test/chromoting_test_driver_environment_unittest.cc
|
| index f05b7b7a4e4bcc01c5b8883f8ca4fd05c3434124..843be6dd4e1a9297107fa826ce9cb1f3d31ef85c 100644
|
| --- a/remoting/test/chromoting_test_driver_environment_unittest.cc
|
| +++ b/remoting/test/chromoting_test_driver_environment_unittest.cc
|
| @@ -50,7 +50,7 @@ class ChromotingTestDriverEnvironmentTest : public ::testing::Test {
|
| FakeRefreshTokenStore fake_token_store_;
|
| FakeHostListFetcher fake_host_list_fetcher_;
|
|
|
| - scoped_ptr<ChromotingTestDriverEnvironment> environment_object_;
|
| + std::unique_ptr<ChromotingTestDriverEnvironment> environment_object_;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ChromotingTestDriverEnvironmentTest);
|
|
|