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

Unified Diff: components/sync/engine_impl/sync_scheduler.h

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
« no previous file with comments | « components/sync/engine_impl/nudge_handler.h ('k') | components/sync/engine_impl/sync_scheduler_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/sync_scheduler.h
diff --git a/components/sync/engine_impl/sync_scheduler.h b/components/sync/engine_impl/sync_scheduler.h
index 1133f073c394784c1b418aa9079cd192b3f6f48e..cb4e36b705aece8c99a1844b13bcfe625ed31660 100644
--- a/components/sync/engine_impl/sync_scheduler.h
+++ b/components/sync/engine_impl/sync_scheduler.h
@@ -131,7 +131,7 @@ class SyncScheduler : public SyncCycle::Delegate {
// careful to pass along the "hints" delivered with those invalidations) in
// order to fetch the update.
virtual void ScheduleInvalidationNudge(
- ModelType type,
+ syncer::ModelType type,
std::unique_ptr<InvalidationInterface> invalidation,
const tracked_objects::Location& nudge_location) = 0;
@@ -141,7 +141,7 @@ class SyncScheduler : public SyncCycle::Delegate {
// configure mode, but a few of them are able to perform their initial sync
// while the scheduler is in normal mode. This non-blocking initial sync
// can be requested through this function.
- virtual void ScheduleInitialSyncNudge(ModelType model_type) = 0;
+ virtual void ScheduleInitialSyncNudge(syncer::ModelType model_type) = 0;
// Change status of notifications in the SyncCycleContext.
virtual void SetNotificationsEnabled(bool notifications_enabled) = 0;
« no previous file with comments | « components/sync/engine_impl/nudge_handler.h ('k') | components/sync/engine_impl/sync_scheduler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698