| 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 009049ab7fe815776d2511e4cbf1388d352e030d..c90bdcaaaacfa04040bee9de9b6f2320aadc43a1 100644
|
| --- a/chrome/browser/resources/md_history/history.html
|
| +++ b/chrome/browser/resources/md_history/history.html
|
| @@ -67,8 +67,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>
|
|
|