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

Unified Diff: components/login/base_screen_handler_utils.cc

Issue 672203003: ScreenContext is moved to components/login. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 2 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 | « components/login/base_screen_handler_utils.h ('k') | components/login/login_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/login/base_screen_handler_utils.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.cc b/components/login/base_screen_handler_utils.cc
similarity index 94%
rename from chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.cc
rename to components/login/base_screen_handler_utils.cc
index a0a9745e6bc67cec4e8694cd346e6ed0b26ffb3a..782c0643327c8306da94a879310fa6028b66133a 100644
--- a/chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.cc
+++ b/components/login/base_screen_handler_utils.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.h"
+#include "components/login/base_screen_handler_utils.h"
-namespace chromeos {
+namespace login {
namespace {
@@ -83,4 +83,4 @@ void CallbackWrapper0(base::Callback<void()> callback,
callback.Run();
}
-} // namespace chromeos
+} // namespace login
« no previous file with comments | « components/login/base_screen_handler_utils.h ('k') | components/login/login_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698