Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(572)

Unified Diff: ui/webui/resources/js/i18n_template2.js

Issue 406143002: webui: Remove unnecessary </include>s everywhere. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GARRRRRR Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/keyboard/resources/polymer_loader.js ('k') | ui/webui/resources/js/jstemplate_compiled.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/i18n_template2.js
diff --git a/ui/webui/resources/js/i18n_template2.js b/ui/webui/resources/js/i18n_template2.js
index d3274145265ff7c32bf7c989c0f5acbfdb42b911..f34d46e85c7cc5d927342be34614e5cb1fb7c412 100644
--- a/ui/webui/resources/js/i18n_template2.js
+++ b/ui/webui/resources/js/i18n_template2.js
@@ -2,6 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-<include src="./i18n_template_no_process.js"></include>
+<include src="i18n_template_no_process.js">
i18nTemplate.process(document, loadTimeData);
« no previous file with comments | « ui/keyboard/resources/polymer_loader.js ('k') | ui/webui/resources/js/jstemplate_compiled.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698