Index: components/sync_driver/model_association_manager.cc |
diff --git a/components/sync_driver/model_association_manager.cc b/components/sync_driver/model_association_manager.cc |
index 05ef0ab5109daf2717e02693555ab3c467d86396..658b1bfc494ee6d8c1f1dd574f0b682c039ebd3f 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) { |