| Index: sync/test/engine/fake_sync_scheduler.cc
|
| diff --git a/sync/test/engine/fake_sync_scheduler.cc b/sync/test/engine/fake_sync_scheduler.cc
|
| index 894c01f1d4685e7e663c4e7aa50f3fa572870bf5..e30b2a1d44931d39990bc58586ea3d6aa1cef63f 100644
|
| --- a/sync/test/engine/fake_sync_scheduler.cc
|
| +++ b/sync/test/engine/fake_sync_scheduler.cc
|
| @@ -28,9 +28,8 @@ void FakeSyncScheduler::ScheduleLocalRefreshRequest(
|
|
|
| void FakeSyncScheduler::ScheduleInvalidationNudge(
|
| syncer::ModelType type,
|
| - scoped_ptr<InvalidationInterface> interface,
|
| - const tracked_objects::Location& nudge_location) {
|
| -}
|
| + std::unique_ptr<InvalidationInterface> interface,
|
| + const tracked_objects::Location& nudge_location) {}
|
|
|
| void FakeSyncScheduler::ScheduleConfiguration(
|
| const ConfigurationParams& params) {
|
|
|