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

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

Issue 378513005: [Athena] Extract Chrome OS authentication stack (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix includes in one more test 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
« no previous file with comments | « chromeos/login/auth/user_context.h ('k') | chromeos/login/user_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/auth/user_context.cc
diff --git a/chrome/browser/chromeos/login/auth/user_context.cc b/chromeos/login/auth/user_context.cc
similarity index 96%
rename from chrome/browser/chromeos/login/auth/user_context.cc
rename to chromeos/login/auth/user_context.cc
index 8abe8457b24b1767d3e25f085eee379b463d6ebd..78f12bcb2980e212cfac9c039cf9ae724e2bd076 100644
--- a/chrome/browser/chromeos/login/auth/user_context.cc
+++ b/chromeos/login/auth/user_context.cc
@@ -2,9 +2,8 @@
// 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/user_context.h"
-
-#include "chrome/browser/chromeos/login/helper.h"
+#include "chromeos/login/auth/user_context.h"
+#include "chromeos/login/user_names.h"
namespace chromeos {
« no previous file with comments | « chromeos/login/auth/user_context.h ('k') | chromeos/login/user_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698