| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 47b7c4940544fc293c0e030ce24a0f9000d1b2e7..01f28809a346828e9048f8782a47f8a8c51cbe31 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -632,7 +632,7 @@ class Browser : public TabStripModelObserver,
|
| content::WebContents* web_contents,
|
| SkColor color,
|
| const std::vector<content::ColorSuggestion>& suggestions) override;
|
| - void RunFileChooser(content::WebContents* web_contents,
|
| + void RunFileChooser(content::RenderFrameHost* render_frame_host,
|
| const content::FileChooserParams& params) override;
|
| void EnumerateDirectory(content::WebContents* web_contents,
|
| int request_id,
|
|
|