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

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: fix html include on win 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: 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 b087331f714e1a79f12d4b369cbec0b9bbc41f5b..31ce6c4ca386fa363df4f5b3bd4f71fa2ed2f087 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>
-<include src="../login/bubble.js"></include>
-<include src="../login/display_manager.js"></include>
+<include src="../../../../ui/login/account_picker/js/screen.js"></include>
+<include src="../../../../ui/login/account_picker/js/bubble.js"></include>
+<include src="../../../../ui/login/account_picker/js/display_manager.js"></include>
<include src="control_bar.js"></include>
-<include src="../login/screen_account_picker.js"></include>
-<include src="../login/user_pod_row.js"></include>
-<include src="../login/resource_loader.js"></include>
+<include src="../../../../ui/login/account_picker/js/screen_account_picker.js"></include>
+<include src="../../../../ui/login/account_picker/js/user_pod_row.js"></include>
+<include src="../../../../ui/login/shared/js/resource_loader.js"></include>
<include src="user_manager_tutorial.js"></include>
cr.define('cr.ui', function() {

Powered by Google App Engine
This is Rietveld 408576698