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 3bb5fb4aaeea23e04e5ea1af5e24dbe297f0c5ab..747e1691678397157cbe0c930dbe90386e0fea22 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -51,6 +51,7 @@ class PowerSaveBlocker; |
namespace ui { |
class Range; |
+struct SelectedFileInfo; |
} |
namespace content { |
@@ -61,7 +62,6 @@ class RenderWidgetHostDelegate; |
struct FileChooserParams; |
struct ContextMenuParams; |
struct Referrer; |
-struct SelectedFileInfo; |
struct ShowDesktopNotificationHostMsgParams; |
// NotificationObserver used to listen for EXECUTE_JAVASCRIPT_RESULT |
@@ -201,7 +201,7 @@ class CONTENT_EXPORT RenderViewHostImpl |
virtual void StopFinding(StopFindAction action) OVERRIDE; |
virtual void FirePageBeforeUnload(bool for_cross_site_transition) OVERRIDE; |
virtual void FilesSelectedInChooser( |
- const std::vector<SelectedFileInfo>& files, |
+ const std::vector<ui::SelectedFileInfo>& files, |
int permissions) OVERRIDE; |
virtual RenderViewHostDelegate* GetDelegate() const OVERRIDE; |
virtual int GetEnabledBindings() const OVERRIDE; |