| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/html/polymer.html"> | 1 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-location/iron-loca
tion.html"> | 2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-location/iron-loca
tion.html"> |
| 3 <link rel="import" href="chrome://resources/polymer/v1_0/iron-location/iron-quer
y-params.html"> | 3 <link rel="import" href="chrome://resources/polymer/v1_0/iron-location/iron-quer
y-params.html"> |
| 4 <link rel="import" href="chrome://bookmarks/actions.html"> |
| 5 <link rel="import" href="chrome://bookmarks/store_client.html"> |
| 4 | 6 |
| 5 <dom-module id="bookmarks-router"> | 7 <dom-module id="bookmarks-router"> |
| 6 <template> | 8 <template> |
| 7 <iron-location query="{{query}}"></iron-location> | 9 <iron-location query="{{query}}"></iron-location> |
| 8 <iron-query-params params-string="{{query}}" | 10 <iron-query-params params-string="{{query}}" |
| 9 params-object="{{queryParams_}}"></iron-query-params> | 11 params-object="{{queryParams_}}"></iron-query-params> |
| 10 </template> | 12 </template> |
| 11 <script src="chrome://bookmarks/router.js"></script> | 13 <script src="chrome://bookmarks/router.js"></script> |
| 12 </dom-module> | 14 </dom-module> |
| OLD | NEW |