| Index: chromeos/login/auth/auth_attempt_state.cc
|
| diff --git a/chrome/browser/chromeos/login/auth/auth_attempt_state.cc b/chromeos/login/auth/auth_attempt_state.cc
|
| similarity index 97%
|
| rename from chrome/browser/chromeos/login/auth/auth_attempt_state.cc
|
| rename to chromeos/login/auth/auth_attempt_state.cc
|
| index c64b22b6b78320eebeab77dfc5bb574ea6594d3f..419455c84fb4510d5c5274057ca01f217f795069 100644
|
| --- a/chrome/browser/chromeos/login/auth/auth_attempt_state.cc
|
| +++ b/chromeos/login/auth/auth_attempt_state.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/chromeos/login/auth/auth_attempt_state.h"
|
| +#include "chromeos/login/auth/auth_attempt_state.h"
|
|
|
| #include <string>
|
|
|
| @@ -34,7 +34,8 @@ AuthAttemptState::AuthAttemptState(const UserContext& user_context,
|
| username_hash_valid_(true) {
|
| }
|
|
|
| -AuthAttemptState::~AuthAttemptState() {}
|
| +AuthAttemptState::~AuthAttemptState() {
|
| +}
|
|
|
| void AuthAttemptState::RecordOnlineLoginStatus(const AuthFailure& outcome) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|