| Index: apps/custom_launcher_page_contents.h
|
| diff --git a/apps/custom_launcher_page_contents.h b/apps/custom_launcher_page_contents.h
|
| index b5522873ebc2b39f5f52869783feccef6848d1bf..d08a2855a79b5ea17596b5413127a854559c6bd7 100644
|
| --- a/apps/custom_launcher_page_contents.h
|
| +++ b/apps/custom_launcher_page_contents.h
|
| @@ -56,7 +56,7 @@ class CustomLauncherPageContents : public content::WebContentsDelegate {
|
| content::WebContents* web_contents,
|
| SkColor color,
|
| const std::vector<content::ColorSuggestion>& suggestions) override;
|
| - void RunFileChooser(content::WebContents* tab,
|
| + void RunFileChooser(content::RenderFrameHost* render_frame_host,
|
| const content::FileChooserParams& params) override;
|
| void RequestToLockMouse(content::WebContents* web_contents,
|
| bool user_gesture,
|
|
|