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

Unified Diff: sync/engine/sync_scheduler.h

Issue 10795018: [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fiix indent Created 8 years, 5 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_impl.h » ('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 423516bf77ce50f112abc8fc4dea7557175f2980..c8226f41fe54026dad1625c02c8ce64956c7f9f5 100644
--- a/sync/engine/sync_scheduler.h
+++ b/sync/engine/sync_scheduler.h
@@ -33,8 +33,8 @@ struct ConfigurationParams {
ConfigurationParams();
ConfigurationParams(
const sync_pb::GetUpdatesCallerInfo::GetUpdatesSource& source,
- const syncer::ModelTypeSet& types_to_download,
- const syncer::ModelSafeRoutingInfo& routing_info,
+ const ModelTypeSet& types_to_download,
+ const ModelSafeRoutingInfo& routing_info,
KeystoreKeyStatus keystore_key_status,
const base::Closure& ready_task);
~ConfigurationParams();
@@ -42,7 +42,7 @@ struct ConfigurationParams {
// Source for the configuration.
sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source;
// The types that should be downloaded.
- syncer::ModelTypeSet types_to_download;
+ ModelTypeSet types_to_download;
// The new routing info (superset of types to be downloaded).
ModelSafeRoutingInfo routing_info;
// Whether we need to perform a GetKey command.
@@ -95,11 +95,11 @@ class SyncScheduler : public sessions::SyncSession::Delegate {
virtual void ScheduleNudgeAsync(
const base::TimeDelta& delay,
NudgeSource source,
- syncer::ModelTypeSet types,
+ ModelTypeSet types,
const tracked_objects::Location& nudge_location) = 0;
virtual void ScheduleNudgeWithPayloadsAsync(
const base::TimeDelta& delay, NudgeSource source,
- const syncer::ModelTypePayloadMap& types_with_payloads,
+ const ModelTypePayloadMap& types_with_payloads,
const tracked_objects::Location& nudge_location) = 0;
// Change status of notifications in the SyncSessionContext.
« no previous file with comments | « sync/engine/store_timestamps_command.cc ('k') | sync/engine/sync_scheduler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698