| Index: chrome/browser/resources/md_bookmarks/store.html
|
| diff --git a/chrome/browser/resources/md_bookmarks/store.html b/chrome/browser/resources/md_bookmarks/store.html
|
| index 05c941ce9b1c7d936cf1bbf06c8fcf6bcc0ffbbb..b9147b3e3e7215620ffcd5538a62f4a247cfb347 100644
|
| --- a/chrome/browser/resources/md_bookmarks/store.html
|
| +++ b/chrome/browser/resources/md_bookmarks/store.html
|
| @@ -1,10 +1,2 @@
|
| -<link rel="import" href="chrome://resources/html/polymer.html">
|
| -<link rel="import" href="chrome://bookmarks/router.html">
|
| +<link rel="import" href="chrome://bookmarks/reducers.html">
|
| <script src="chrome://bookmarks/store.js"></script>
|
| -
|
| -<dom-module id="bookmarks-store">
|
| - <template>
|
| - <bookmarks-router id="router" search-term="[[searchTerm]]"
|
| - selected-id="[[selectedId]]"></bookmarks-router>
|
| - </template>
|
| -</dom-module>
|
|
|