| Index: chrome/browser/resources/md_history/history_item.html
|
| diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
|
| index 8fc55bc76bab6970a674470e983fe8dca84f6432..d8a432f578f853b28a52f9a75a7bd6a1002e2d9e 100644
|
| --- a/chrome/browser/resources/md_history/history_item.html
|
| +++ b/chrome/browser/resources/md_history/history_item.html
|
| @@ -7,10 +7,10 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/shadow.html">
|
| <link rel="import" href="chrome://resources/html/icon.html">
|
| <link rel="import" href="chrome://resources/html/util.html">
|
| -<link rel="import" href="chrome://history/browser_service.html">
|
| -<link rel="import" href="chrome://history/constants.html">
|
| -<link rel="import" href="chrome://history/searched_label.html">
|
| -<link rel="import" href="chrome://history/shared_style.html">
|
| +<link rel="import" href="chrome://chrome/history/browser_service.html">
|
| +<link rel="import" href="chrome://chrome/history/constants.html">
|
| +<link rel="import" href="chrome://chrome/history/searched_label.html">
|
| +<link rel="import" href="chrome://chrome/history/shared_style.html">
|
|
|
| <dom-module id="history-item">
|
| <template>
|
| @@ -252,5 +252,5 @@
|
| </div>
|
| </div>
|
| </template>
|
| - <script src="chrome://history/history_item.js"></script>
|
| + <script src="chrome://chrome/history/history_item.js"></script>
|
| </dom-module>
|
|
|