| Index: chrome/browser/resources/md_bookmarks/reducers.html
|
| diff --git a/chrome/browser/resources/md_bookmarks/reducers.html b/chrome/browser/resources/md_bookmarks/reducers.html
|
| index 90616b30c581efc52a3b6d09bf81b47e97d8f338..06d9b89727afeaf80b32c69860cbbd3c576752f6 100644
|
| --- a/chrome/browser/resources/md_bookmarks/reducers.html
|
| +++ b/chrome/browser/resources/md_bookmarks/reducers.html
|
| @@ -1,2 +1,5 @@
|
| <link rel="import" href="chrome://resources/html/cr.html">
|
| +<!-- TODO(tsergeant): Remove this import once actions are used elsewhere. -->
|
| +<link rel="import" href="chrome://bookmarks/actions.html">
|
| +
|
| <script src="chrome://bookmarks/reducers.js"></script>
|
|
|