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

Unified Diff: chrome/browser/resources/chromeos/login/gaia_input.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.html
diff --git a/chrome/browser/resources/chromeos/login/gaia_input.html b/chrome/browser/resources/chromeos/login/gaia_input.html
index b2562ee2f5cb9cb5f418b180cf4bb2849f647d67..67cac8636652a7ac5ed5e381f7b05d0093c72879 100644
--- a/chrome/browser/resources/chromeos/login/gaia_input.html
+++ b/chrome/browser/resources/chromeos/login/gaia_input.html
@@ -34,7 +34,7 @@
'checkValidity' - returns current validity state of the input form. Updates
'isInvalid' at the end.
-->
-<dom-module name="gaia-input">
+<dom-module id="gaia-input">
<link rel="stylesheet" href="gaia_input.css">
<template>

Powered by Google App Engine
This is Rietveld 408576698