Index: chrome/browser/chromeos/login/auth_attempt_state.cc |
diff --git a/chrome/browser/chromeos/login/auth_attempt_state.cc b/chrome/browser/chromeos/login/auth_attempt_state.cc |
index bde23f362ef9477650c0564c43ca13360506f6ce..e11b7a40f599fcb2c41f62ed8fac1b44a8946d6f 100644 |
--- a/chrome/browser/chromeos/login/auth_attempt_state.cc |
+++ b/chrome/browser/chromeos/login/auth_attempt_state.cc |
@@ -11,6 +11,8 @@ |
#include "content/public/browser/browser_thread.h" |
#include "third_party/cros/chromeos_cryptohome.h" |
+using content::BrowserThread; |
+ |
namespace chromeos { |
AuthAttemptState::AuthAttemptState(const std::string& username, |