Index: chrome/browser/resources/chromeos/login/html-echo.html |
diff --git a/chrome/browser/resources/chromeos/login/html-echo.html b/chrome/browser/resources/chromeos/login/html-echo.html |
index fdd145cc293d0a27ac101af551f6e98337dea0c2..f6aa348fe062fb3d46bf7aaf9df3d8635d2fa884 100644 |
--- a/chrome/browser/resources/chromeos/login/html-echo.html |
+++ b/chrome/browser/resources/chromeos/login/html-echo.html |
@@ -1,4 +1,9 @@ |
-<link rel="import" href="chrome://resources/polymer/polymer/polymer.html"> |
+<!-- Copyright 2015 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. --> |
+ |
+<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> |
+ |
<!-- |
The <html-echo> injects given |content| into its innerHTML, bypassing HTML |
escaping, which is always made by Polymer when we insert the result of an |
@@ -12,4 +17,5 @@ |
<span><div>Hello</div></span> |
--> |
-<polymer-element name="html-echo" attributes="content"></polymer-element> |
+<dom-module name="html-echo"></dom-module> |
+ |