| Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_device_dialog.html
|
| diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_device_dialog.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_device_dialog.html
|
| index 755d41883919ec85f095728d3f72122e441689db..9a8d59496df6992720d400463b01acd3f8b86f46 100644
|
| --- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_device_dialog.html
|
| +++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_device_dialog.html
|
| @@ -4,11 +4,12 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
|
| <link rel="import" href="chrome://md-settings/settings_shared_css.html">
|
| +<link rel="import" href="chrome://md-settings/bluetooth_page/bluetooth_dialog_shared_css.html">
|
|
|
| <dom-module id="settings-bluetooth-pair-device-dialog">
|
| - <link rel="import" type="css" href="bluetooth_dialog.css">
|
| <template>
|
| <style include="settings-shared"></style>
|
| + <style include="bluetooth-dialog-shared"></style>
|
| <div id="dialogOuterDiv" class="layout vertical flex">
|
| <div id="dialogHeaderDiv" class="settings-box layout horizontal center">
|
| <span id="dialogTitle" class="flex"
|
|
|