Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / sync_driver / model_association_manager.h
index a29eea6..ce209f4 100644 (file)
@@ -146,10 +146,10 @@ class ModelAssociationManager {
   // Timer to track and limit how long a datatype takes to model associate.
   base::OneShotTimer<ModelAssociationManager> timer_;
 
-  base::WeakPtrFactory<ModelAssociationManager> weak_ptr_factory_;
-
   DataTypeManager::ConfigureStatus configure_status_;
 
+  base::WeakPtrFactory<ModelAssociationManager> weak_ptr_factory_;
+
   DISALLOW_COPY_AND_ASSIGN(ModelAssociationManager);
 };