summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/model_association_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/sync_driver/model_association_manager.cc')
-rw-r--r--components/sync_driver/model_association_manager.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/sync_driver/model_association_manager.cc b/components/sync_driver/model_association_manager.cc
index 05ef0ab..658b1bf 100644
--- a/components/sync_driver/model_association_manager.cc
+++ b/components/sync_driver/model_association_manager.cc
@@ -114,8 +114,8 @@ ModelAssociationManager::ModelAssociationManager(
: state_(IDLE),
controllers_(controllers),
delegate_(processor),
- weak_ptr_factory_(this),
- configure_status_(DataTypeManager::UNKNOWN) {
+ configure_status_(DataTypeManager::UNKNOWN),
+ weak_ptr_factory_(this) {
// Ensure all data type controllers are stopped.
for (DataTypeController::TypeMap::const_iterator it = controllers_->begin();
it != controllers_->end(); ++it) {