Index: chrome/browser/android/tab_web_contents_delegate_android.h |
diff --git a/chrome/browser/android/tab_web_contents_delegate_android.h b/chrome/browser/android/tab_web_contents_delegate_android.h |
index e2fbdb740b034f3cb48bccfa44beaa65eb1bed04..2899487f4e9e1754457254363f72fec0b39dcb27 100644 |
--- a/chrome/browser/android/tab_web_contents_delegate_android.h |
+++ b/chrome/browser/android/tab_web_contents_delegate_android.h |
@@ -43,7 +43,7 @@ class TabWebContentsDelegateAndroid |
void RunFileChooser(content::WebContents* web_contents, |
const content::FileChooserParams& params) override; |
scoped_ptr<content::BluetoothChooser> RunBluetoothChooser( |
- content::WebContents* web_contents, |
+ content::RenderFrameHost* frame, |
const content::BluetoothChooser::EventHandler& event_handler, |
const url::Origin& origin) override; |
void CloseContents(content::WebContents* web_contents) override; |