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

Unified Diff: ui/keyboard/resources/polymer_loader.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/keyboard.js ('k') | ui/webui/resources/js/i18n_template2.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/polymer_loader.js
diff --git a/ui/keyboard/resources/polymer_loader.js b/ui/keyboard/resources/polymer_loader.js
index e11d7c777d605506eab9017afd7cc701fb330a6c..1793d4c6521869a2f056111390f281702b95abf4 100644
--- a/ui/keyboard/resources/polymer_loader.js
+++ b/ui/keyboard/resources/polymer_loader.js
@@ -1,5 +1,5 @@
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-<include src="../../../third_party/polymer/platform/platform.js"></include>
-<include src="../../../third_party/polymer/polymer/polymer.js"></include>
+<include src="../../../third_party/polymer/platform/platform.js">
+<include src="../../../third_party/polymer/polymer/polymer.js">
« no previous file with comments | « ui/keyboard/resources/keyboard.js ('k') | ui/webui/resources/js/i18n_template2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698