| Index: chrome/browser/resources/md_history/grouped_list.html
|
| diff --git a/chrome/browser/resources/md_history/grouped_list.html b/chrome/browser/resources/md_history/grouped_list.html
|
| index 557ec95dd4a58c9ca664d6fe97b9fb6c08200d77..81bfd8f4dff23042d51c925d3e940672910dd35e 100644
|
| --- a/chrome/browser/resources/md_history/grouped_list.html
|
| +++ b/chrome/browser/resources/md_history/grouped_list.html
|
| @@ -2,10 +2,10 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-collapse.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/shadow.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-grouped-list">
|
| <template>
|
| @@ -115,5 +115,5 @@
|
| </template>
|
| </div>
|
| </template>
|
| - <script src="chrome://history/grouped_list.js"></script>
|
| + <script src="chrome://chrome/history/grouped_list.js"></script>
|
| </dom-module>
|
|
|