| Index: chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
|
| diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
|
| index 8da7e3bd7800fefce1f8b8986a468f7e48059877..10134b9673c11e938a0ef4b70911121c6effc199 100644
|
| --- a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
|
| +++ b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
|
| @@ -13,6 +13,10 @@ namespace device {
|
| class BluetoothDevice;
|
| }
|
|
|
| +namespace views {
|
| +class WebDialogView;
|
| +}
|
| +
|
| namespace chromeos {
|
|
|
| // Bluetooth device pairing dialog shown from ash tray bubble.
|
| @@ -23,7 +27,7 @@ class BluetoothPairingDialog : public ui::WebDialogDelegate {
|
|
|
| // Shows the dialog in an ash window container (which must be a system modal
|
| // container) on the primary display. See ash/public/cpp/shell_window_ids.h.
|
| - void ShowInContainer(int container_id);
|
| + void ShowInContainer(int container_id, views::WebDialogView* view);
|
|
|
| content::WebUI* GetWebUIForTest() { return webui_; }
|
|
|
|
|