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

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

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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 ae8bfba25bdb82e595dce61f6301ba4787441cf9..745830a519e2a90886cfacac4c8e7335120e0ddd 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(
- ModelType type,
+ syncer::ModelType type,
std::unique_ptr<InvalidationInterface> interface,
const tracked_objects::Location& nudge_location) {}
@@ -36,7 +36,8 @@ void FakeSyncScheduler::ScheduleClearServerData(const ClearParams& params) {
params.report_success_task.Run();
}
-void FakeSyncScheduler::ScheduleInitialSyncNudge(ModelType model_type) {}
+void FakeSyncScheduler::ScheduleInitialSyncNudge(syncer::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