| Index: chrome/browser/resources/md_history/history.html
|
| diff --git a/chrome/browser/resources/md_history/history.html b/chrome/browser/resources/md_history/history.html
|
| index 71233fcabb0c0c3df1e54d4ff88ff0e1d3e8ccbb..71432edb172e75e3be46a0bf5e4767938f820bec 100644
|
| --- a/chrome/browser/resources/md_history/history.html
|
| +++ b/chrome/browser/resources/md_history/history.html
|
| @@ -80,11 +80,11 @@
|
|
|
| <link rel="import" href="chrome://resources/html/util.html">
|
| <link rel="import" href="chrome://resources/html/load_time_data.html">
|
| - <link rel="import" href="chrome://history/constants.html">
|
| - <script src="chrome://history/strings.js"></script>
|
| - <script src="chrome://history/history.js"></script>
|
| + <link rel="import" href="chrome://chrome/history/constants.html">
|
| + <script src="chrome://chrome/strings.js"></script>
|
| + <script src="chrome://chrome/history/history.js"></script>
|
|
|
| - <link rel="import" href="chrome://history/app.html" async id="bundle">
|
| + <link rel="import" href="chrome://chrome/history/app.html" async id="bundle">
|
| </body>
|
|
|
| </html>
|
|
|