| Index: chrome/browser/chromeos/login/users/supervised_user_manager_impl.h
|
| diff --git a/chrome/browser/chromeos/login/users/supervised_user_manager_impl.h b/chrome/browser/chromeos/login/users/supervised_user_manager_impl.h
|
| index 05e45d46727c88f4b002cef08f755a92d375f480..eaa013f7a8035cf43ac5ea0f3f78c4f42bda8671 100644
|
| --- a/chrome/browser/chromeos/login/users/supervised_user_manager_impl.h
|
| +++ b/chrome/browser/chromeos/login/users/supervised_user_manager_impl.h
|
| @@ -14,7 +14,7 @@
|
|
|
| namespace chromeos {
|
|
|
| -class ChromeUserManager;
|
| +class ChromeUserManagerImpl;
|
| class CrosSettings;
|
|
|
| // Implementation of the UserManager.
|
| @@ -60,10 +60,10 @@ class SupervisedUserManagerImpl
|
| const std::string& token) OVERRIDE;
|
|
|
| private:
|
| - friend class ChromeUserManager;
|
| + friend class ChromeUserManagerImpl;
|
| friend class UserManager;
|
|
|
| - explicit SupervisedUserManagerImpl(ChromeUserManager* owner);
|
| + explicit SupervisedUserManagerImpl(ChromeUserManagerImpl* owner);
|
|
|
| // Returns true if there is non-committed user creation transaction.
|
| bool HasFailedUserCreationTransaction();
|
| @@ -106,7 +106,7 @@ class SupervisedUserManagerImpl
|
| void CleanPref(const std::string& user_id,
|
| const char* key);
|
|
|
| - ChromeUserManager* owner_;
|
| + ChromeUserManagerImpl* owner_;
|
|
|
| // Interface to the signed settings store.
|
| CrosSettings* cros_settings_;
|
|
|