| Index: chrome/browser/resources/md_user_manager/user_manager.js
|
| diff --git a/chrome/browser/resources/md_user_manager/user_manager.js b/chrome/browser/resources/md_user_manager/user_manager.js
|
| index 3c0ff88ab50e6ad3925095ac6ea1e6587f569c89..3c0cedc166c24e58189c2c6417f1eaef1e4f01e3 100644
|
| --- a/chrome/browser/resources/md_user_manager/user_manager.js
|
| +++ b/chrome/browser/resources/md_user_manager/user_manager.js
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -<include src="../../../../ui/login/screen.js">
|
| -<include src="../../../../ui/login/bubble.js">
|
| -<include src="../../../../ui/login/login_ui_tools.js">
|
| -<include src="../../../../ui/login/display_manager.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/screen.js">
|
| +// <include src="../../../../ui/login/bubble.js">
|
| +// <include src="../../../../ui/login/login_ui_tools.js">
|
| +// <include src="../../../../ui/login/display_manager.js">
|
| +// <include src="../../../../ui/login/account_picker/screen_account_picker.js">
|
| +// <include src="../../../../ui/login/account_picker/user_pod_row.js">
|
|
|
|
|
| cr.define('cr.ui', function() {
|
|
|