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 6d2ebd851a453f89947fcf7ec66369de491fe8b5..4bbe82637eb19b83ee0a76c1118b983214280560 100644 |
--- a/chrome/browser/chromeos/login/auth_attempt_state.cc |
+++ b/chrome/browser/chromeos/login/auth_attempt_state.cc |
@@ -6,9 +6,9 @@ |
#include <string> |
-#include "chrome/common/net/gaia/gaia_auth_consumer.h" |
-#include "chrome/common/net/gaia/gaia_auth_fetcher.h" |
#include "content/public/browser/browser_thread.h" |
+#include "google_apis/gaia/gaia_auth_consumer.h" |
+#include "google_apis/gaia/gaia_auth_fetcher.h" |
using content::BrowserThread; |