| Index: chromeos/login/auth/online_attempt_host.cc
|
| diff --git a/chrome/browser/chromeos/login/auth/online_attempt_host.cc b/chromeos/login/auth/online_attempt_host.cc
|
| similarity index 92%
|
| rename from chrome/browser/chromeos/login/auth/online_attempt_host.cc
|
| rename to chromeos/login/auth/online_attempt_host.cc
|
| index 277e2d88e319774d03f30a644c4c6d11d4c51454..95b215590cf0b5ed0bde07c5f2be65618df21609 100644
|
| --- a/chrome/browser/chromeos/login/auth/online_attempt_host.cc
|
| +++ b/chromeos/login/auth/online_attempt_host.cc
|
| @@ -2,11 +2,11 @@
|
| // 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/online_attempt_host.h"
|
| +#include "chromeos/login/auth/online_attempt_host.h"
|
|
|
| #include "base/bind.h"
|
| -#include "chrome/browser/chromeos/login/auth/online_attempt.h"
|
| #include "chromeos/login/auth/auth_attempt_state.h"
|
| +#include "chromeos/login/auth/online_attempt.h"
|
| #include "chromeos/login/auth/user_context.h"
|
| #include "components/user_manager/user_type.h"
|
| #include "content/public/browser/browser_context.h"
|
| @@ -15,7 +15,8 @@
|
| namespace chromeos {
|
|
|
| OnlineAttemptHost::OnlineAttemptHost(Delegate* delegate)
|
| - : delegate_(delegate), weak_ptr_factory_(this) {}
|
| + : delegate_(delegate), weak_ptr_factory_(this) {
|
| +}
|
|
|
| OnlineAttemptHost::~OnlineAttemptHost() {
|
| Reset();
|
|
|