diff options
Diffstat (limited to 'chrome/browser/resources/ntp_android/new_tab.html')
-rw-r--r-- | chrome/browser/resources/ntp_android/new_tab.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/ntp_android/new_tab.html b/chrome/browser/resources/ntp_android/new_tab.html index 8e29aa3..0a56508 100644 --- a/chrome/browser/resources/ntp_android/new_tab.html +++ b/chrome/browser/resources/ntp_android/new_tab.html @@ -72,6 +72,7 @@ </div> </body> <script src="../../../../ui/webui/resources/js/i18n_template.js"></script> + <script src="../../../../ui/webui/resources/js/util.js"></script> <script> i18nTemplate.process(document, templateData); </script> |