Index: chrome/browser/resources/history/history.html |
diff --git a/chrome/browser/resources/history/history.html b/chrome/browser/resources/history/history.html |
index 4a35003f64f927999ac799d205ff4ee470e819df..9d12440c2a281a44b893f64c38b503812ef274cd 100644 |
--- a/chrome/browser/resources/history/history.html |
+++ b/chrome/browser/resources/history/history.html |
@@ -18,10 +18,9 @@ |
<script src="chrome://resources/js/cr/ui/menu.js"></script> |
<script src="chrome://resources/js/cr/ui/position_util.js"></script> |
<script src="chrome://resources/js/cr/ui/menu_button.js"></script> |
-<script src="chrome://resources/js/local_strings.js"></script> |
+<script src="chrome://resources/js/load_time_data.js"></script> |
<script src="chrome://history-frame/history.js"></script> |
-<script src="chrome://history-frame/strings.js"></script> |
</head> |
<body class="uber-frame" |
@@ -51,7 +50,7 @@ |
<button id="remove-page" i18n-content="removeFromHistory"></button> |
</menu> |
-<script src="chrome://resources/js/i18n_template.js"></script> |
-<script src="chrome://resources/js/i18n_process.js"></script> |
+<script src="chrome://history-frame/strings.js"></script> |
+<script src="chrome://resources/js/i18n_template2.js"></script> |
</body> |
</html> |