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

Unified Diff: chrome/browser/resources/user_manager/user_manager.js

Issue 402403005: Move common account picker/user pod js/css/html out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge + move 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 | « chrome/browser/resources/user_manager/user_manager.html ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/user_manager/user_manager.js
diff --git a/chrome/browser/resources/user_manager/user_manager.js b/chrome/browser/resources/user_manager/user_manager.js
index 65efe5b2dca1b1d34de47952317806a628359273..f165f48c0b4104bcfeb3565a6019d9641f7707ba 100644
--- a/chrome/browser/resources/user_manager/user_manager.js
+++ b/chrome/browser/resources/user_manager/user_manager.js
@@ -1,13 +1,13 @@
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-<include src="../login/screen.js">
-<include src="../login/bubble.js">
-<include src="../login/display_manager.js">
+<include src="../../../../ui/login/screen.js">
+<include src="../../../../ui/login/bubble.js">
+<include src="../../../../ui/login/display_manager.js">
<include src="control_bar.js">
-<include src="../login/screen_account_picker.js">
-<include src="../login/user_pod_row.js">
-<include src="../login/resource_loader.js">
+<include src="../../../../ui/login/account_picker/screen_account_picker.js">
+<include src="../../../../ui/login/account_picker/user_pod_row.js">
+<include src="../../../../ui/login/resource_loader.js">
<include src="user_manager_tutorial.js">
cr.define('cr.ui', function() {
« no previous file with comments | « chrome/browser/resources/user_manager/user_manager.html ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698