Index: chrome/browser/chromeos/profiles/profile_util.h |
diff --git a/chrome/browser/chromeos/profiles/profile_util.h b/chrome/browser/chromeos/profiles/profile_util.h |
index e6270b02dc4e0c896cdb8e23a6853a1e8db563d6..f7df0742100ef8be2e859786bafce5c66ef2cebb 100644 |
--- a/chrome/browser/chromeos/profiles/profile_util.h |
+++ b/chrome/browser/chromeos/profiles/profile_util.h |
@@ -11,7 +11,7 @@ namespace chromeos { |
// Checks if the current log-in state and the profile is GAIA-authenticated and |
// thus has access to Google services. This excludes, for example, public |
-// accounts, locally managed users, guest or incognito profiles. |
+// accounts, supervised users, guest or incognito profiles. |
bool IsProfileAssociatedWithGaiaAccount(Profile* profile); |
} // namespace chromeos |