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

Unified Diff: content/renderer/render_view_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 | « content/public/common/selected_file_info.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 5c37a2c075db4706e0a7a52eafd640a91891b1da..c53cb61146b24bdd30e36bc593eb16706a6fdc59 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -100,7 +100,6 @@ class RenderViewTest;
class RendererAccessibility;
struct CustomContextMenuContext;
struct FileChooserParams;
-struct SelectedFileInfo;
} // namespace content
namespace gfx {
@@ -108,6 +107,10 @@ class Point;
class Rect;
} // namespace gfx
+namespace ui {
+struct SelectedFileInfo;
+} // namespace ui
+
namespace webkit {
namespace ppapi {
@@ -919,7 +922,7 @@ class RenderViewImpl : public RenderWidget,
void OnEnumerateDirectoryResponse(int id, const std::vector<FilePath>& paths);
void OnExecuteEditCommand(const std::string& name, const std::string& value);
void OnFileChooserResponse(
- const std::vector<content::SelectedFileInfo>& files);
+ const std::vector<ui::SelectedFileInfo>& files);
void OnFind(int request_id, const string16&, const WebKit::WebFindOptions&);
void OnFindReplyAck();
void OnGetAllSavableResourceLinksForCurrentPage(const GURL& page_url);
« no previous file with comments | « content/public/common/selected_file_info.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698