| Index: remoting/test/app_remoting_test_driver.cc
|
| diff --git a/remoting/test/app_remoting_test_driver.cc b/remoting/test/app_remoting_test_driver.cc
|
| index e036363d9702940b8da3e9cf5d386902b6dd9d34..34d565965e3f5e464cd5ffb7bd33edb55692b0dd 100644
|
| --- a/remoting/test/app_remoting_test_driver.cc
|
| +++ b/remoting/test/app_remoting_test_driver.cc
|
| @@ -227,7 +227,7 @@ int main(int argc, char** argv) {
|
| // retrieving an access token for the user and spinning up VMs.
|
| // The GTest framework will own the lifetime of this object once
|
| // it is registered below.
|
| - scoped_ptr<remoting::test::AppRemotingTestDriverEnvironment> shared_data(
|
| + std::unique_ptr<remoting::test::AppRemotingTestDriverEnvironment> shared_data(
|
| remoting::test::CreateAppRemotingTestDriverEnvironment(options));
|
|
|
| if (!shared_data->Initialize(auth_code)) {
|
|
|