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

Unified Diff: chrome/browser/file_select_helper.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
Index: chrome/browser/file_select_helper.h
diff --git a/chrome/browser/file_select_helper.h b/chrome/browser/file_select_helper.h
index 87c8ec60973f42561067aa8fbe788a839f819385..f4eae2fb494b32cc4f4937b4a796cf9ba796e633 100644
--- a/chrome/browser/file_select_helper.h
+++ b/chrome/browser/file_select_helper.h
@@ -21,6 +21,9 @@ class Profile;
namespace content {
class RenderViewHost;
struct FileChooserParams;
+}
+
+namespace ui {
struct SelectedFileInfo;
}
@@ -88,13 +91,13 @@ class FileSelectHelper
virtual void FileSelected(
const FilePath& path, int index, void* params) OVERRIDE;
virtual void FileSelectedWithExtraInfo(
- const content::SelectedFileInfo& file,
+ const ui::SelectedFileInfo& file,
int index,
void* params) OVERRIDE;
virtual void MultiFilesSelected(const std::vector<FilePath>& files,
void* params) OVERRIDE;
virtual void MultiFilesSelectedWithExtraInfo(
- const std::vector<content::SelectedFileInfo>& files,
+ const std::vector<ui::SelectedFileInfo>& files,
void* params) OVERRIDE;
virtual void FileSelectionCanceled(void* params) OVERRIDE;
« no previous file with comments | « chrome/browser/chromeos/extensions/file_browser_private_api.cc ('k') | chrome/browser/file_select_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698