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

Unified Diff: chrome/browser/sync/glue/data_type_manager_impl.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 | « chrome/browser/sync/glue/data_type_manager.cc ('k') | chrome/browser/sync/glue/data_type_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/data_type_manager_impl.h
diff --git a/chrome/browser/sync/glue/data_type_manager_impl.h b/chrome/browser/sync/glue/data_type_manager_impl.h
index cf65b43b367d6a14c5443b5a7f03b39560f3e84f..584f7a9177a7d15e1f072a30edff5e47d125e63d 100644
--- a/chrome/browser/sync/glue/data_type_manager_impl.h
+++ b/chrome/browser/sync/glue/data_type_manager_impl.h
@@ -65,7 +65,7 @@ class DataTypeManagerImpl : public DataTypeManager,
void Restart(syncer::ConfigureReason reason,
BackendDataTypeConfigurer::NigoriState nigori_state);
- void DownloadReady(syncable::ModelTypeSet failed_configuration_types);
+ void DownloadReady(syncer::ModelTypeSet failed_configuration_types);
// Notification from the SBH that download failed due to a transient
// error and it will be retried.
@@ -88,7 +88,7 @@ class DataTypeManagerImpl : public DataTypeManager,
// This list is determined at startup by various command line flags.
const DataTypeController::TypeMap* controllers_;
State state_;
- std::map<syncable::ModelType, int> start_order_;
+ std::map<syncer::ModelType, int> start_order_;
TypeSet last_requested_types_;
// Whether an attempt to reconfigure was made while we were busy configuring.
« no previous file with comments | « chrome/browser/sync/glue/data_type_manager.cc ('k') | chrome/browser/sync/glue/data_type_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698