| Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
|
| diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
|
| index 94f0df2c9bb07c9856f26b87d139a73d19c48eae..bb110e8f2719e0e748f39272f1c4bc7dd4c955ad 100644
|
| --- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
|
| +++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
|
| @@ -7,8 +7,8 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-spinner/paper-spinner.html">
|
| -<link rel="import" href="/bluetooth_page/bluetooth_device_list_item.html">
|
| -<link rel="import" href="/settings_shared_css.html">
|
| +<link rel="import" href="../bluetooth_page/bluetooth_device_list_item.html">
|
| +<link rel="import" href="../settings_shared_css.html">
|
|
|
| <dom-module id="bluetooth-device-dialog">
|
| <template>
|
|
|