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

Unified Diff: chrome/browser/resources/chromeos/login/gaia_password_changed.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_password_changed.html
diff --git a/chrome/browser/resources/chromeos/login/gaia_password_changed.html b/chrome/browser/resources/chromeos/login/gaia_password_changed.html
index 71567436cde1a4693c7e99e946bd4bcbbf418472..bcb6d333fb021f9245d19a55d246618eb1d34dc5 100644
--- a/chrome/browser/resources/chromeos/login/gaia_password_changed.html
+++ b/chrome/browser/resources/chromeos/login/gaia_password_changed.html
@@ -39,7 +39,7 @@
'focus' - if current card is the first one it focuses password input.
-->
-<dom-module name="gaia-password-changed">
+<dom-module id="gaia-password-changed">
<link rel="stylesheet" href="gaia_password_changed.css">
<template>

Powered by Google App Engine
This is Rietveld 408576698