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

Unified Diff: components/sync/engine_impl/sync_scheduler_impl.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/sync_scheduler.h ('k') | components/sync/engine_impl/sync_scheduler_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/sync_scheduler_impl.h
diff --git a/components/sync/engine_impl/sync_scheduler_impl.h b/components/sync/engine_impl/sync_scheduler_impl.h
index 40f0a7beadd3a6dd04892103217ade04e1d31ba6..930345bba8b5a6ba30af5780f3e3c54e006390bb 100644
--- a/components/sync/engine_impl/sync_scheduler_impl.h
+++ b/components/sync/engine_impl/sync_scheduler_impl.h
@@ -57,10 +57,10 @@ class SyncSchedulerImpl : public SyncScheduler, public base::NonThreadSafe {
ModelTypeSet types,
const tracked_objects::Location& nudge_location) override;
void ScheduleInvalidationNudge(
- ModelType type,
+ syncer::ModelType type,
std::unique_ptr<InvalidationInterface> invalidation,
const tracked_objects::Location& nudge_location) override;
- void ScheduleInitialSyncNudge(ModelType model_type) override;
+ void ScheduleInitialSyncNudge(syncer::ModelType model_type) override;
void SetNotificationsEnabled(bool notifications_enabled) override;
void OnCredentialsUpdated() override;
@@ -81,7 +81,7 @@ class SyncSchedulerImpl : public SyncScheduler, public base::NonThreadSafe {
void OnSyncProtocolError(
const SyncProtocolError& sync_protocol_error) override;
void OnReceivedGuRetryDelay(const base::TimeDelta& delay) override;
- void OnReceivedMigrationRequest(ModelTypeSet types) override;
+ void OnReceivedMigrationRequest(syncer::ModelTypeSet types) override;
// Returns true if the client is currently in exponential backoff.
bool IsBackingOff() const;
« no previous file with comments | « components/sync/engine_impl/sync_scheduler.h ('k') | components/sync/engine_impl/sync_scheduler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698