Index: third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/paper-dialog-behavior-extracted.js |
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/paper-dialog-behavior-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/paper-dialog-behavior-extracted.js |
index 38a120048a0e767c877c43f5301c8d429f1d9220..6d528e24f3b75b61ed099c9abbe26590476eee32 100644 |
--- a/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/paper-dialog-behavior-extracted.js |
+++ b/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/paper-dialog-behavior-extracted.js |
@@ -1,5 +1,5 @@ |
/** |
-Use `Polymer.PaperDialogBehavior` and `paper-dialog-common.css` to implement a Material Design |
+Use `Polymer.PaperDialogBehavior` and `paper-dialog-shared-styles.html` to implement a Material Design |
dialog. |
For example, if `<paper-dialog-impl>` implements this behavior: |
@@ -13,7 +13,7 @@ For example, if `<paper-dialog-impl>` implements this behavior: |
</div> |
</paper-dialog-impl> |
-`paper-dialog-common.css` provide styles for a header, content area, and an action area for buttons. |
+`paper-dialog-shared-styles.html` provide styles for a header, content area, and an action area for buttons. |
Use the `<h2>` tag for the header and the `buttons` class for the action area. You can use the |
`paper-dialog-scrollable` element (in its own repository) if you need a scrolling content area. |