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

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

Issue 406143002: webui: Remove unnecessary </include>s everywhere. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GARRRRRR 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/uber/uber_frame.js ('k') | ui/keyboard/resources/keyboard.js » ('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 b087331f714e1a79f12d4b369cbec0b9bbc41f5b..65efe5b2dca1b1d34de47952317806a628359273 100644
--- a/chrome/browser/resources/user_manager/user_manager.js
+++ b/chrome/browser/resources/user_manager/user_manager.js
@@ -1,14 +1,14 @@
// 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="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="user_manager_tutorial.js"></include>
+<include src="../login/screen.js">
+<include src="../login/bubble.js">
+<include src="../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="user_manager_tutorial.js">
cr.define('cr.ui', function() {
var DisplayManager = cr.ui.login.DisplayManager;
« no previous file with comments | « chrome/browser/resources/uber/uber_frame.js ('k') | ui/keyboard/resources/keyboard.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698