| Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
|
| diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
|
| index f27f2ac152dfa14dc1e09cf573183cc64ff1e6cb..745f58f8ed9f862138aa8d004345da48d73a04ec 100644
|
| --- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
|
| +++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
|
| @@ -1,7 +1,7 @@
|
| <link rel="import" href="chrome://resources/html/i18n_behavior.html">
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-collapse.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html">
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-flex-layout-classes.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-list/iron-list.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animatable.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
|
| @@ -15,7 +15,7 @@
|
|
|
| <dom-module id="settings-bluetooth-page">
|
| <template>
|
| - <style include="settings-shared">
|
| + <style include="iron-flex iron-flex-alignment settings-shared">
|
| iron-icon {
|
| -webkit-margin-end: var(--iron-icon-spacing);
|
| }
|
|
|