Index: chrome/browser/chromeos/login/supervised/supervised_user_login_flow.h |
diff --git a/chrome/browser/chromeos/login/managed/supervised_user_login_flow.h b/chrome/browser/chromeos/login/supervised/supervised_user_login_flow.h |
similarity index 88% |
rename from chrome/browser/chromeos/login/managed/supervised_user_login_flow.h |
rename to chrome/browser/chromeos/login/supervised/supervised_user_login_flow.h |
index c9e5612ffe02c579e638ba2d6063555c760475aa..efdb987dff4730f6c5db83d6793e6d7a661f4126 100644 |
--- a/chrome/browser/chromeos/login/managed/supervised_user_login_flow.h |
+++ b/chrome/browser/chromeos/login/supervised/supervised_user_login_flow.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_MANAGED_SUPERVISED_USER_LOGIN_FLOW_H_ |
-#define CHROME_BROWSER_CHROMEOS_LOGIN_MANAGED_SUPERVISED_USER_LOGIN_FLOW_H_ |
+#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SUPERVISED_SUPERVISED_USER_LOGIN_FLOW_H_ |
+#define CHROME_BROWSER_CHROMEOS_LOGIN_SUPERVISED_SUPERVISED_USER_LOGIN_FLOW_H_ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
@@ -15,7 +15,7 @@ |
namespace chromeos { |
-// UserFlow implementation for signing in locally managed user. |
+// UserFlow implementation for signing in supervised user. |
class SupervisedUserLoginFlow |
: public ExtendedUserFlow, |
public ExtendedAuthenticator::NewAuthStatusConsumer { |
@@ -62,4 +62,4 @@ class SupervisedUserLoginFlow |
} // namespace chromeos |
-#endif // CHROME_BROWSER_CHROMEOS_LOGIN_MANAGED_SUPERVISED_USER_LOGIN_FLOW_H_ |
+#endif // CHROME_BROWSER_CHROMEOS_LOGIN_SUPERVISED_SUPERVISED_USER_LOGIN_FLOW_H_ |