Index: components/policy/core/common/cloud/user_cloud_policy_store.cc |
diff --git a/components/policy/core/common/cloud/user_cloud_policy_store.cc b/components/policy/core/common/cloud/user_cloud_policy_store.cc |
index 0d8919072ca9e1453bfc567d97a07c3c660a18b2..1faaba7b56b18fb69ccca33bed00db4c94a27fa8 100644 |
--- a/components/policy/core/common/cloud/user_cloud_policy_store.cc |
+++ b/components/policy/core/common/cloud/user_cloud_policy_store.cc |
@@ -168,10 +168,10 @@ UserCloudPolicyStore::UserCloudPolicyStore( |
const std::string& verification_key, |
scoped_refptr<base::SequencedTaskRunner> background_task_runner) |
: UserCloudPolicyStoreBase(background_task_runner), |
- weak_factory_(this), |
policy_path_(policy_path), |
key_path_(key_path), |
- verification_key_(verification_key) {} |
+ verification_key_(verification_key), |
+ weak_factory_(this) {} |
UserCloudPolicyStore::~UserCloudPolicyStore() {} |