| Index: chrome/browser/ui/bluetooth/bluetooth_chooser_bubble_delegate.h
|
| diff --git a/chrome/browser/ui/bluetooth/bluetooth_chooser_bubble_delegate.h b/chrome/browser/ui/bluetooth/bluetooth_chooser_bubble_delegate.h
|
| index a1555d72d5225d87e73e65eb25e33550cfd86742..fcebd63515de6b7cc8acf1cba329e24c993b88a7 100644
|
| --- a/chrome/browser/ui/bluetooth/bluetooth_chooser_bubble_delegate.h
|
| +++ b/chrome/browser/ui/bluetooth/bluetooth_chooser_bubble_delegate.h
|
| @@ -20,7 +20,7 @@ class BluetoothChooserDesktop;
|
| // access a Bluetooth device.
|
| class BluetoothChooserBubbleDelegate : public ChooserBubbleDelegate {
|
| public:
|
| - explicit BluetoothChooserBubbleDelegate(Browser* browser);
|
| + explicit BluetoothChooserBubbleDelegate(content::RenderFrameHost* owner);
|
| ~BluetoothChooserBubbleDelegate() override;
|
|
|
| // ChooserBubbleDelegate:
|
|
|