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 3a99ffdae70d7fe9b93ffcbeac8dc893561b833c..53cd9f83796d5e0d11cf1f91b58a31f13bcefd6e 100644 |
--- a/chrome/browser/ui/android/bluetooth_chooser_android.h |
+++ b/chrome/browser/ui/android/bluetooth_chooser_android.h |
@@ -9,13 +9,17 @@ |
#include "content/public/browser/bluetooth_chooser.h" |
#include "content/public/browser/web_contents.h" |
+namespace url { |
+class Origin; |
+} |
+ |
// Represents a way to ask the user to select a Bluetooth device from a list of |
// options. |
class BluetoothChooserAndroid : public content::BluetoothChooser { |
public: |
BluetoothChooserAndroid(content::WebContents* web_contents, |
const EventHandler& event_handler, |
- const GURL& origin); |
+ const url::Origin& origin); |
~BluetoothChooserAndroid() override; |
// content::BluetoothChooser: |