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

Unified Diff: chrome/browser/resources/chromeos/login/throbber_notice.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/throbber_notice.html
diff --git a/chrome/browser/resources/chromeos/login/throbber_notice.html b/chrome/browser/resources/chromeos/login/throbber_notice.html
index 397f4cd8d3f9dcedaf4c5f5e438e8376b370a7a2..9bd17106313e405df93f874583d5349f1fe0e328 100644
--- a/chrome/browser/resources/chromeos/login/throbber_notice.html
+++ b/chrome/browser/resources/chromeos/login/throbber_notice.html
@@ -6,7 +6,7 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
-<dom-module name="throbber-notice">
+<dom-module id="throbber-notice">
<link rel="stylesheet" href="throbber_notice.css">
<template>
<paper-spinner dir="ltr" active></paper-spinner>

Powered by Google App Engine
This is Rietveld 408576698