| Index: chrome/browser/ui/android/bluetooth_chooser_android.h
|
| diff --git a/chrome/browser/ui/android/bluetooth_chooser_android.h b/chrome/browser/ui/android/bluetooth_chooser_android.h
|
| index 53cd9f83796d5e0d11cf1f91b58a31f13bcefd6e..d090c9e55381f3cce122110985fa4651faf5a6df 100644
|
| --- a/chrome/browser/ui/android/bluetooth_chooser_android.h
|
| +++ b/chrome/browser/ui/android/bluetooth_chooser_android.h
|
| @@ -17,9 +17,8 @@ class Origin;
|
| // options.
|
| class BluetoothChooserAndroid : public content::BluetoothChooser {
|
| public:
|
| - BluetoothChooserAndroid(content::WebContents* web_contents,
|
| - const EventHandler& event_handler,
|
| - const url::Origin& origin);
|
| + BluetoothChooserAndroid(content::RenderFrameHost* frame,
|
| + const EventHandler& event_handler);
|
| ~BluetoothChooserAndroid() override;
|
|
|
| // content::BluetoothChooser:
|
|
|