Index: chrome/browser/chromeos/login/auth/extended_authenticator.h |
diff --git a/chrome/browser/chromeos/login/extended_authenticator.h b/chrome/browser/chromeos/login/auth/extended_authenticator.h |
similarity index 96% |
rename from chrome/browser/chromeos/login/extended_authenticator.h |
rename to chrome/browser/chromeos/login/auth/extended_authenticator.h |
index ca2124a18aef3937f268c7277f9dd54c59fa7a75..ef3da60b763f3ac788bc3d022971c0e0a416c8a9 100644 |
--- a/chrome/browser/chromeos/login/extended_authenticator.h |
+++ b/chrome/browser/chromeos/login/auth/extended_authenticator.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_EXTENDED_AUTHENTICATOR_H_ |
-#define CHROME_BROWSER_CHROMEOS_LOGIN_EXTENDED_AUTHENTICATOR_H_ |
+#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_AUTH_EXTENDED_AUTHENTICATOR_H_ |
+#define CHROME_BROWSER_CHROMEOS_LOGIN_AUTH_EXTENDED_AUTHENTICATOR_H_ |
#include <string> |
@@ -12,7 +12,7 @@ |
#include "base/compiler_specific.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
-#include "chrome/browser/chromeos/login/user.h" |
+#include "chrome/browser/chromeos/login/users/user.h" |
#include "chromeos/cryptohome/cryptohome_parameters.h" |
#include "third_party/cros_system_api/dbus/service_constants.h" |
@@ -182,4 +182,4 @@ class ExtendedAuthenticator |
} // namespace chromeos |
-#endif // CHROME_BROWSER_CHROMEOS_LOGIN_EXTENDED_AUTHENTICATOR_H_ |
+#endif // CHROME_BROWSER_CHROMEOS_LOGIN_AUTH_EXTENDED_AUTHENTICATOR_H_ |