| Index: chrome/browser/policy/cloud/user_policy_signin_service_mobile.h
 | 
| diff --git a/chrome/browser/policy/cloud/user_policy_signin_service_mobile.h b/chrome/browser/policy/cloud/user_policy_signin_service_mobile.h
 | 
| index 7fc5ba6d0fb8606821710182b9a0bb757e56a13c..e0e8f80d7f14331e258c7a4e8e1d68ae7be09caf 100644
 | 
| --- a/chrome/browser/policy/cloud/user_policy_signin_service_mobile.h
 | 
| +++ b/chrome/browser/policy/cloud/user_policy_signin_service_mobile.h
 | 
| @@ -92,7 +92,6 @@ class UserPolicySigninService : public UserPolicySigninServiceBase {
 | 
|    void OnRegistrationDone();
 | 
|  
 | 
|    scoped_ptr<CloudPolicyClientRegistrationHelper> registration_helper_;
 | 
| -  base::WeakPtrFactory<UserPolicySigninService> weak_factory_;
 | 
|  
 | 
|    // Weak pointer to the token service used to authenticate the
 | 
|    // CloudPolicyClient during registration.
 | 
| @@ -101,6 +100,8 @@ class UserPolicySigninService : public UserPolicySigninServiceBase {
 | 
|    // The PrefService associated with the profile.
 | 
|    PrefService* profile_prefs_;
 | 
|  
 | 
| +  base::WeakPtrFactory<UserPolicySigninService> weak_factory_;
 | 
| +
 | 
|    DISALLOW_COPY_AND_ASSIGN(UserPolicySigninService);
 | 
|  };
 | 
|  
 | 
| 
 |