diff options
Diffstat (limited to 'chrome/browser/profiles/profile_impl.h')
-rw-r--r-- | chrome/browser/profiles/profile_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h index d8daf84..d30cb01 100644 --- a/chrome/browser/profiles/profile_impl.h +++ b/chrome/browser/profiles/profile_impl.h @@ -31,8 +31,8 @@ class TrackedPreferenceValidationDelegate; namespace chromeos { class KioskTest; class LocaleChangeGuard; -class ManagedUserTestBase; class Preferences; +class SupervisedUserTestBase; } #endif @@ -143,7 +143,7 @@ class ProfileImpl : public Profile { private: #if defined(OS_CHROMEOS) friend class chromeos::KioskTest; - friend class chromeos::ManagedUserTestBase; + friend class chromeos::SupervisedUserTestBase; #endif friend class Profile; friend class BetterSessionRestoreCrashTest; |