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

Unified Diff: chromeos/login/auth/online_attempt_host.cc

Issue 402403004: Refactoring : Move OnlineAttempt to chromeos/login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove chromeos export 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/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();

Powered by Google App Engine
This is Rietveld 408576698