Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index 62cff908c757051935e440e7170f606fb0a02138..c9fc3e19d3e58edd78158c0bc73fb7c2e7ff2a58 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -202,7 +202,7 @@ class Profile : public content::BrowserContext { |
// profile is not incognito. |
virtual Profile* GetOriginalProfile() = 0; |
- // Returns whether the profile is supervised (see ManagedUserService). |
+ // Returns whether the profile is supervised (see SupervisedUserService). |
virtual bool IsSupervised() = 0; |
// Returns a pointer to the TopSites (thumbnail manager) instance |