Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index a248da3802fed484b2b2178e9fc59258f55d5133..89d2f76cd0c78bff4ab7b909182f9f55038ee836 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -192,7 +192,7 @@ class CONTENT_EXPORT RenderViewHostImpl |
virtual void FirePageBeforeUnload(bool for_cross_site_transition) OVERRIDE; |
virtual void FilesSelectedInChooser( |
const std::vector<ui::SelectedFileInfo>& files, |
- int permissions) OVERRIDE; |
+ RenderViewHost::FileSelectionPermissions permissions) OVERRIDE; |
virtual RenderViewHostDelegate* GetDelegate() const OVERRIDE; |
virtual int GetEnabledBindings() const OVERRIDE; |
virtual SiteInstance* GetSiteInstance() const OVERRIDE; |