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

Unified Diff: lib/src/paper-progress/paper-progress.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 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
« no previous file with comments | « lib/src/paper-material/test/paper-material.html ('k') | lib/src/paper-radio-button/paper-radio-button.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/paper-progress/paper-progress.html
diff --git a/lib/src/paper-progress/paper-progress.html b/lib/src/paper-progress/paper-progress.html
index 504c8b35b60531b02925e0df7f3861968c025807..a2eedbd3173a3adc47ac37290df6ad68de8b44e0 100644
--- a/lib/src/paper-progress/paper-progress.html
+++ b/lib/src/paper-progress/paper-progress.html
@@ -9,9 +9,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
-->
<link rel="import" href="../polymer/polymer.html">
-<link rel="import" href="../paper-styles/paper-styles.html">
-<link rel="import" href="../paper-styles/paper-styles-classes.html">
<link rel="import" href="../iron-range-behavior/iron-range-behavior.html">
+<link rel="import" href="../paper-styles/color.html">
+<link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
<!--
The progress bars are for situations where the percentage completed can be
« no previous file with comments | « lib/src/paper-material/test/paper-material.html ('k') | lib/src/paper-radio-button/paper-radio-button.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698