| Index: components/sync_driver/startup_controller_unittest.cc
|
| diff --git a/components/sync_driver/startup_controller_unittest.cc b/components/sync_driver/startup_controller_unittest.cc
|
| index 2c2207664c565c5ce47b26ec6f5fd6dac137dfa6..eb83d9da3b686dcf14de54525797a69cdf5ee6c5 100644
|
| --- a/components/sync_driver/startup_controller_unittest.cc
|
| +++ b/components/sync_driver/startup_controller_unittest.cc
|
| @@ -82,8 +82,8 @@ class StartupControllerTest : public testing::Test {
|
| bool started_;
|
| base::MessageLoop message_loop_;
|
| syncable_prefs::TestingPrefServiceSyncable pref_service_;
|
| - scoped_ptr<sync_driver::SyncPrefs> sync_prefs_;
|
| - scoped_ptr<StartupController> controller_;
|
| + std::unique_ptr<sync_driver::SyncPrefs> sync_prefs_;
|
| + std::unique_ptr<StartupController> controller_;
|
| };
|
|
|
| // Test that sync doesn't start until all conditions are met.
|
|
|