Chromium Code Reviews| Index: chrome/browser/resources/md_bookmarks/app.html |
| diff --git a/chrome/browser/resources/md_bookmarks/app.html b/chrome/browser/resources/md_bookmarks/app.html |
| index 9cc1c3586ac491c7d6ba18959a9995a52d2c3cd3..1e6b1b1036d69667ebd7bbaeb16e4dad6be05fd5 100644 |
| --- a/chrome/browser/resources/md_bookmarks/app.html |
| +++ b/chrome/browser/resources/md_bookmarks/app.html |
| @@ -4,14 +4,15 @@ |
| <link rel="import" href="chrome://bookmarks/api_listener.html"> |
| <link rel="import" href="chrome://bookmarks/command_manager.html"> |
| <link rel="import" href="chrome://bookmarks/constants.html"> |
| +<link rel="import" href="chrome://bookmarks/dialog_focus_manager.html"> |
|
tsergeant
2017/06/28 04:49:18
Nit: Do you mind importing this in the places wher
calamity
2017/06/29 06:19:34
Done.
|
| <link rel="import" href="chrome://bookmarks/dnd_manager.html"> |
| +<link rel="import" href="chrome://bookmarks/folder_node.html"> |
| <link rel="import" href="chrome://bookmarks/list.html"> |
| <link rel="import" href="chrome://bookmarks/router.html"> |
| <link rel="import" href="chrome://bookmarks/shared_vars.html"> |
| <link rel="import" href="chrome://bookmarks/store.html"> |
| <link rel="import" href="chrome://bookmarks/toast_manager.html"> |
| <link rel="import" href="chrome://bookmarks/toolbar.html"> |
| -<link rel="import" href="chrome://bookmarks/folder_node.html"> |
| <link rel="import" href="chrome://bookmarks/util.html"> |
| <dom-module id="bookmarks-app"> |