| 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 3178400fba947290cb8c726e13fa461883d62393..568bba5341f2637f18f5f69a8ad0f6ad73b43fd7 100644
|
| --- a/chrome/browser/resources/md_history/history.html
|
| +++ b/chrome/browser/resources/md_history/history.html
|
| @@ -80,8 +80,8 @@
|
| <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="strings.js"></script>
|
| - <script src="history.js"></script>
|
| + <script src="chrome://history/strings.js"></script>
|
| + <script src="chrome://history/history.js"></script>
|
|
|
| <link rel="import" href="chrome://history/app.html" async id="bundle">
|
| </body>
|
|
|