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

Unified Diff: chrome/browser/resources/chromeos/login/gaia_input_form.html

Issue 2723873003: MD WebUI: change all <dom-module> to use id="" instead of name="" (Closed)
Patch Set: Created 3 years, 10 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
Index: chrome/browser/resources/chromeos/login/gaia_input_form.html
diff --git a/chrome/browser/resources/chromeos/login/gaia_input_form.html b/chrome/browser/resources/chromeos/login/gaia_input_form.html
index a6b6ac4c5a05d0208365f092afd828b471ef5c92..cad99e230d61cbfdf0d0a2f51cf027f0aacb5b1d 100644
--- a/chrome/browser/resources/chromeos/login/gaia_input_form.html
+++ b/chrome/browser/resources/chromeos/login/gaia_input_form.html
@@ -23,7 +23,7 @@
'submit' - fired on button click or "Enter" press inside input field.
-->
-<dom-module name="gaia-input-form">
+<dom-module id="gaia-input-form">
<link rel="stylesheet" href="gaia_input_form.css">
<template>

Powered by Google App Engine
This is Rietveld 408576698