Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: chrome/browser/profiles/profile_impl.h

Issue 393343002: Rename "managed (mode|user)" to "supervised user" (part 7) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index d8daf842883b807ae9f7b9a3e796aa4236bf2d05..d30cb019f7189e24855c6fdb48d156509d726aea 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;

Powered by Google App Engine
This is Rietveld 408576698