Index: chromeos/login/auth/auth_attempt_state_resolver.h |
diff --git a/chrome/browser/chromeos/login/auth/auth_attempt_state_resolver.h b/chromeos/login/auth/auth_attempt_state_resolver.h |
similarity index 61% |
rename from chrome/browser/chromeos/login/auth/auth_attempt_state_resolver.h |
rename to chromeos/login/auth/auth_attempt_state_resolver.h |
index 18bf5efea447ef4e3c5a9544f6d8f51a71350940..303739db503b7524171c55ced3a7e416acfe735e 100644 |
--- a/chrome/browser/chromeos/login/auth/auth_attempt_state_resolver.h |
+++ b/chromeos/login/auth/auth_attempt_state_resolver.h |
@@ -2,12 +2,14 @@ |
// 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_AUTH_AUTH_ATTEMPT_STATE_RESOLVER_H_ |
-#define CHROME_BROWSER_CHROMEOS_LOGIN_AUTH_AUTH_ATTEMPT_STATE_RESOLVER_H_ |
+#ifndef CHROMEOS_LOGIN_AUTH_AUTH_ATTEMPT_STATE_RESOLVER_H_ |
+#define CHROMEOS_LOGIN_AUTH_AUTH_ATTEMPT_STATE_RESOLVER_H_ |
+ |
+#include "chromeos/chromeos_export.h" |
namespace chromeos { |
-class AuthAttemptStateResolver { |
+class CHROMEOS_EXPORT AuthAttemptStateResolver { |
public: |
AuthAttemptStateResolver(); |
virtual ~AuthAttemptStateResolver(); |
@@ -18,4 +20,4 @@ class AuthAttemptStateResolver { |
} // namespace chromeos |
-#endif // CHROME_BROWSER_CHROMEOS_LOGIN_AUTH_AUTH_ATTEMPT_STATE_RESOLVER_H_ |
+#endif // CHROMEOS_LOGIN_AUTH_AUTH_ATTEMPT_STATE_RESOLVER_H_ |