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

Unified Diff: sync/test/engine/fake_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/test/engine/fake_sync_scheduler.h
diff --git a/sync/test/engine/fake_sync_scheduler.h b/sync/test/engine/fake_sync_scheduler.h
index 0fe943858ce9c7d5c78f630859dc9d95a219dc89..0933ba8fce3768840a3ece8b04f1964143e2b48a 100644
--- a/sync/test/engine/fake_sync_scheduler.h
+++ b/sync/test/engine/fake_sync_scheduler.h
@@ -31,7 +31,7 @@ class FakeSyncScheduler : public SyncScheduler {
const tracked_objects::Location& nudge_location) override;
void ScheduleInvalidationNudge(
syncer::ModelType type,
- scoped_ptr<InvalidationInterface> interface,
+ std::unique_ptr<InvalidationInterface> interface,
const tracked_objects::Location& nudge_location) override;
void ScheduleConfiguration(const ConfigurationParams& params) override;
void ScheduleClearServerData(const ClearParams& params) override;

Powered by Google App Engine
This is Rietveld 408576698