Index: sync/engine/sync_scheduler.h |
diff --git a/sync/engine/sync_scheduler.h b/sync/engine/sync_scheduler.h |
index 1bf5a10d9fa935fe9276786a3a883835a70d6d2d..56d7b8d1a91ad6df61ef2319b346fcce2c889282 100644 |
--- a/sync/engine/sync_scheduler.h |
+++ b/sync/engine/sync_scheduler.h |
@@ -132,7 +132,7 @@ class SYNC_EXPORT SyncScheduler : public sessions::SyncSession::Delegate { |
// order to fetch the update. |
virtual void ScheduleInvalidationNudge( |
syncer::ModelType type, |
- scoped_ptr<InvalidationInterface> invalidation, |
+ std::unique_ptr<InvalidationInterface> invalidation, |
const tracked_objects::Location& nudge_location) = 0; |
// Requests a non-blocking initial sync request for the specified type. |