| Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
|
| diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
|
| index 1a818623c7eb0a21315d4f14c65cae482fff58f3..ecc6567ac0bc6d85d764c5e2e1fa49e116a46592 100644
|
| --- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
|
| +++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
|
| @@ -1,10 +1,10 @@
|
| +<link rel="import" href="chrome://resources/cr_elements/cr_action_menu/cr_action_menu.html">
|
| <link rel="import" href="chrome://resources/cr_elements/icons.html">
|
| <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-flex-layout/classes/iron-flex-layout.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
|
| -<link rel="import" href="/settings_action_menu.html">
|
| <link rel="import" href="/settings_shared_css.html">
|
|
|
| <dom-module id="bluetooth-device-list-item">
|
| @@ -34,7 +34,7 @@
|
| <paper-icon-button icon="cr:more-vert" on-tap="onMenuButtonTap_"
|
| tabindex$="[[tabindex]]">
|
| </paper-icon-button>
|
| - <dialog id="dotsMenu" is="settings-action-menu">
|
| + <dialog id="dotsMenu" is="cr-action-menu">
|
| <button class="dropdown-item" role="option"
|
| on-tap="onConnectActionTap_">
|
| [[getConnectActionText_(device.connected)]]
|
|
|