Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(637)

Unified Diff: content/browser/renderer_host/render_view_host_impl.h

Issue 10669023: Start consolidating non-port specific code to ui/base/dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clenaup Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698