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

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

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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: components/sync/test/engine/fake_sync_scheduler.cc
diff --git a/components/sync/test/engine/fake_sync_scheduler.cc b/components/sync/test/engine/fake_sync_scheduler.cc
index 745830a519e2a90886cfacac4c8e7335120e0ddd..ae8bfba25bdb82e595dce61f6301ba4787441cf9 100644
--- a/components/sync/test/engine/fake_sync_scheduler.cc
+++ b/components/sync/test/engine/fake_sync_scheduler.cc
@@ -23,7 +23,7 @@ void FakeSyncScheduler::ScheduleLocalRefreshRequest(
const tracked_objects::Location& nudge_location) {}
void FakeSyncScheduler::ScheduleInvalidationNudge(
- syncer::ModelType type,
+ ModelType type,
std::unique_ptr<InvalidationInterface> interface,
const tracked_objects::Location& nudge_location) {}
@@ -36,8 +36,7 @@ void FakeSyncScheduler::ScheduleClearServerData(const ClearParams& params) {
params.report_success_task.Run();
}
-void FakeSyncScheduler::ScheduleInitialSyncNudge(syncer::ModelType model_type) {
-}
+void FakeSyncScheduler::ScheduleInitialSyncNudge(ModelType model_type) {}
void FakeSyncScheduler::SetNotificationsEnabled(bool notifications_enabled) {}
« no previous file with comments | « components/sync/test/engine/fake_sync_scheduler.h ('k') | components/sync/test/engine/mock_model_type_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698