Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1314)

Unified Diff: sync/engine/sync_scheduler.h

Issue 1866243002: Convert //sync from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698