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

Unified Diff: sync/sessions/status_controller.cc

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/sessions/status_controller.h ('k') | sync/sessions/status_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sessions/status_controller.cc
diff --git a/sync/sessions/status_controller.cc b/sync/sessions/status_controller.cc
index 7ca043ea22c59fa8d2b07b34a839636980df26b8..64fbb856bb170f0b6f22f61960de754b6fc0ce12 100644
--- a/sync/sessions/status_controller.cc
+++ b/sync/sessions/status_controller.cc
@@ -13,9 +13,6 @@
namespace syncer {
namespace sessions {
-using syncable::FIRST_REAL_MODEL_TYPE;
-using syncable::MODEL_TYPE_COUNT;
-
StatusController::StatusController(const ModelSafeRoutingInfo& routes)
: per_model_group_deleter_(&per_model_group_),
group_restriction_in_effect_(false),
@@ -98,7 +95,7 @@ void StatusController::increment_num_updates_downloaded_by(int value) {
}
void StatusController::set_types_needing_local_migration(
- syncable::ModelTypeSet types) {
+ syncer::ModelTypeSet types) {
model_neutral_.types_needing_local_migration = types;
}
« no previous file with comments | « sync/sessions/status_controller.h ('k') | sync/sessions/status_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698