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

Unified Diff: sync/engine/sync_scheduler.h

Issue 10696087: [Sync] Move ModelType and related classes to 'syncer' namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort headers, update copyrights Created 8 years, 6 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 | « sync/engine/store_timestamps_command.cc ('k') | sync/engine/sync_scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/sync_scheduler.h
diff --git a/sync/engine/sync_scheduler.h b/sync/engine/sync_scheduler.h
index 60f9384022f4fdb13cc5bde64e7bde37309e883e..efe9789979ea906614a811783d555ec0a4b43257 100644
--- a/sync/engine/sync_scheduler.h
+++ b/sync/engine/sync_scheduler.h
@@ -79,11 +79,11 @@ class SyncScheduler : public sessions::SyncSession::Delegate {
// The meat and potatoes. Both of these methods will post a delayed task
// to attempt the actual nudge (see ScheduleNudgeImpl).
void ScheduleNudgeAsync(const base::TimeDelta& delay, NudgeSource source,
- syncable::ModelTypeSet types,
+ syncer::ModelTypeSet types,
const tracked_objects::Location& nudge_location);
void ScheduleNudgeWithPayloadsAsync(
const base::TimeDelta& delay, NudgeSource source,
- const syncable::ModelTypePayloadMap& types_with_payloads,
+ const syncer::ModelTypePayloadMap& types_with_payloads,
const tracked_objects::Location& nudge_location);
// Schedule a configuration cycle. May execute immediately or at a later time
@@ -91,7 +91,7 @@ class SyncScheduler : public sessions::SyncSession::Delegate {
// Note: The source argument of this function must come from the subset of
// GetUpdatesCallerInfo values related to configurations.
void ScheduleConfiguration(
- syncable::ModelTypeSet types,
+ syncer::ModelTypeSet types,
sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source);
void CleanupDisabledTypes();
@@ -307,7 +307,7 @@ class SyncScheduler : public sessions::SyncSession::Delegate {
void ScheduleNudgeImpl(
const base::TimeDelta& delay,
sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source,
- const syncable::ModelTypePayloadMap& types_with_payloads,
+ const syncer::ModelTypePayloadMap& types_with_payloads,
bool is_canary_job, const tracked_objects::Location& nudge_location);
// Returns true if the client is currently in exponential backoff.
« no previous file with comments | « sync/engine/store_timestamps_command.cc ('k') | sync/engine/sync_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698