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

Unified Diff: sync/test/engine/fake_sync_scheduler.cc

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.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) {

Powered by Google App Engine
This is Rietveld 408576698