Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: chromeos/login/auth/auth_attempt_state_resolver.h

Issue 391373002: Refactoring : Move AuthAttempt and Authenticators to chromeos/login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with ToT Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698