| Index: chrome/browser/resources/md_history/history_list.html
|
| diff --git a/chrome/browser/resources/md_history/history_list.html b/chrome/browser/resources/md_history/history_list.html
|
| index ef20bf5165d1c64d402aa23fa97ae9304cae16d3..a49b5fb91c62ff4ca35b99fd4ae266b30d66326f 100644
|
| --- a/chrome/browser/resources/md_history/history_list.html
|
| +++ b/chrome/browser/resources/md_history/history_list.html
|
| @@ -1,10 +1,10 @@
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-list/iron-list.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-scroll-threshold/iron-scroll-threshold.html">
|
| -<link rel="import" href="chrome://history/constants.html">
|
| -<link rel="import" href="chrome://history/history_item.html">
|
| -<link rel="import" href="chrome://history/history_list_behavior.html">
|
| -<link rel="import" href="chrome://history/shared_style.html">
|
| +<link rel="import" href="chrome://chrome/history/constants.html">
|
| +<link rel="import" href="chrome://chrome/history/history_item.html">
|
| +<link rel="import" href="chrome://chrome/history/history_list_behavior.html">
|
| +<link rel="import" href="chrome://chrome/history/shared_style.html">
|
|
|
| <dom-module id="history-list">
|
| <template>
|
| @@ -45,5 +45,5 @@
|
| lower-threshold="500" on-lower-threshold="loadMoreData_">
|
| </iron-scroll-threshold>
|
| </template>
|
| - <script src="chrome://history/history_list.js"></script>
|
| + <script src="chrome://chrome/history/history_list.js"></script>
|
| </dom-module>
|
|
|