| Index: chrome/browser/ui/bluetooth/bluetooth_chooser_bubble_delegate.cc
|
| diff --git a/chrome/browser/ui/bluetooth/bluetooth_chooser_bubble_delegate.cc b/chrome/browser/ui/bluetooth/bluetooth_chooser_bubble_delegate.cc
|
| index 8ca66407287cfea142d9fb79fb54da8fa20a6832..7db53f219718fc244b83ae32966e3166541fc39e 100644
|
| --- a/chrome/browser/ui/bluetooth/bluetooth_chooser_bubble_delegate.cc
|
| +++ b/chrome/browser/ui/bluetooth/bluetooth_chooser_bubble_delegate.cc
|
| @@ -8,8 +8,9 @@
|
| #include "chrome/browser/ui/bluetooth/bluetooth_chooser_desktop.h"
|
| #include "components/bubble/bubble_controller.h"
|
|
|
| -BluetoothChooserBubbleDelegate::BluetoothChooserBubbleDelegate(Browser* browser)
|
| - : ChooserBubbleDelegate(browser), bluetooth_chooser_(nullptr) {}
|
| +BluetoothChooserBubbleDelegate::BluetoothChooserBubbleDelegate(
|
| + content::RenderFrameHost* owner)
|
| + : ChooserBubbleDelegate(owner), bluetooth_chooser_(nullptr) {}
|
|
|
| BluetoothChooserBubbleDelegate::~BluetoothChooserBubbleDelegate() {
|
| if (bluetooth_chooser_)
|
|
|