| Index: chrome/browser/resources/settings/reset_page/reset_profile_dialog.html
|
| diff --git a/chrome/browser/resources/settings/reset_page/reset_profile_dialog.html b/chrome/browser/resources/settings/reset_page/reset_profile_dialog.html
|
| index e5cb1c01103454efd5bfe1e2bb0d3322a6db8f50..e7ca632cea86162d6a86e071b212025585903491 100644
|
| --- a/chrome/browser/resources/settings/reset_page/reset_profile_dialog.html
|
| +++ b/chrome/browser/resources/settings/reset_page/reset_profile_dialog.html
|
| @@ -1,5 +1,7 @@
|
| <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html">
|
| <link rel="import" href="chrome://resources/html/action_link.html">
|
| +<!-- "action_link_css.html" replaces "action_link.css" for MD pages. -->
|
| +<link rel="import" href="chrome://resources/html/action_link_css.html">
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html">
|
| @@ -10,9 +12,8 @@
|
| <link rel="import" href="/settings_shared_css.html">
|
|
|
| <dom-module id="settings-reset-profile-dialog">
|
| - <link rel="import" type="css" href="chrome://resources/css/action_link.css">
|
| <template>
|
| - <style include="settings-shared">
|
| + <style include="settings-shared action-link">
|
| .footer a {
|
| vertical-align: middle;
|
| }
|
|
|