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

Unified Diff: chrome/browser/chromeos/extensions/file_manager_util.h

Issue 10820034: Remove redirection header and add "ui::" before all SelectFileDialog usage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reuploading for different try run. Created 8 years, 5 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/chromeos/extensions/file_manager_util.h
diff --git a/chrome/browser/chromeos/extensions/file_manager_util.h b/chrome/browser/chromeos/extensions/file_manager_util.h
index e9aecd4bc8794305a2f864493999e840720ac0b2..1180e109c461c7e192014543cebf44a954b868c0 100644
--- a/chrome/browser/chromeos/extensions/file_manager_util.h
+++ b/chrome/browser/chromeos/extensions/file_manager_util.h
@@ -10,8 +10,8 @@
#include "base/file_path.h"
#include "chrome/browser/chromeos/gdata/gdata_operation_registry.h"
-#include "chrome/browser/ui/select_file_dialog.h"
#include "googleurl/src/gurl.h"
+#include "ui/base/dialogs/select_file_dialog.h"
class Browser;
class Profile;
@@ -46,15 +46,15 @@ bool ConvertFileToRelativeFileSystemPath(Profile* profile,
// Gets base file browser url for.
GURL GetFileBrowserUrlWithParams(
- SelectFileDialog::Type type,
+ ui::SelectFileDialog::Type type,
const string16& title,
const FilePath& default_virtual_path,
- const SelectFileDialog::FileTypeInfo* file_types,
+ const ui::SelectFileDialog::FileTypeInfo* file_types,
int file_type_index,
const FilePath::StringType& default_extension);
// Get file dialog title string from its type.
-string16 GetTitleFromType(SelectFileDialog::Type type);
+string16 GetTitleFromType(ui::SelectFileDialog::Type type);
// Shows a freshly mounted removable drive.
// If there is another File Browser instance open this call does nothing.

Powered by Google App Engine
This is Rietveld 408576698