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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-button/paper-button.html

Issue 1221923003: Update bower.json for Polymer elements and add PRESUBMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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: third_party/polymer/v1_0/components-chromium/paper-button/paper-button.html
diff --git a/third_party/polymer/v1_0/components-chromium/paper-button/paper-button.html b/third_party/polymer/v1_0/components-chromium/paper-button/paper-button.html
index f32d104be1046dedaba3fd2f8dc8905980570f29..95e926e76cb401aff88eb482d8934fed6ac1f298 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-button/paper-button.html
+++ b/third_party/polymer/v1_0/components-chromium/paper-button/paper-button.html
@@ -29,7 +29,7 @@ You may use custom DOM in the button body to create a variety of buttons. For ex
create a button with an icon and some text:
<paper-button>
- <core-icon icon="favorite"></core-icon>
+ <iron-icon icon="favorite"></iron-icon>
custom button content
</paper-button>

Powered by Google App Engine
This is Rietveld 408576698