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

Unified Diff: components/sync/engine_impl/sync_scheduler_impl.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Fix tools and iOS. 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/engine_impl/sync_scheduler_impl.cc
diff --git a/components/sync/engine_impl/sync_scheduler_impl.cc b/components/sync/engine_impl/sync_scheduler_impl.cc
index c4362ac0c4d7648adedb63215347f934af907a7b..629e47982646010e9ed1eaa2f4e7eef64c400288 100644
--- a/components/sync/engine_impl/sync_scheduler_impl.cc
+++ b/components/sync/engine_impl/sync_scheduler_impl.cc
@@ -413,7 +413,7 @@ void SyncSchedulerImpl::ScheduleLocalRefreshRequest(
}
void SyncSchedulerImpl::ScheduleInvalidationNudge(
- syncer::ModelType model_type,
+ ModelType model_type,
std::unique_ptr<InvalidationInterface> invalidation,
const tracked_objects::Location& nudge_location) {
DCHECK(CalledOnValidThread());
@@ -426,7 +426,7 @@ void SyncSchedulerImpl::ScheduleInvalidationNudge(
ScheduleNudgeImpl(nudge_delay, nudge_location);
}
-void SyncSchedulerImpl::ScheduleInitialSyncNudge(syncer::ModelType model_type) {
+void SyncSchedulerImpl::ScheduleInitialSyncNudge(ModelType model_type) {
DCHECK(CalledOnValidThread());
SDVLOG(2) << "Scheduling non-blocking initial sync for "

Powered by Google App Engine
This is Rietveld 408576698