Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / file_manager / url_util.h
index e68dadf..785183b 100644 (file)
 #include "ui/shell_dialogs/select_file_dialog.h"
 #include "url/gurl.h"
 
-namespace base {
-class FilePath;
-}
-
 namespace file_manager {
 namespace util {
 
@@ -32,7 +28,9 @@ GURL GetFileManagerMainPageUrl();
 GURL GetFileManagerMainPageUrlWithParams(
     ui::SelectFileDialog::Type type,
     const base::string16& title,
-    const base::FilePath& default_virtual_path,
+    const GURL& current_directory_url,
+    const GURL& selection_url,
+    const std::string& target_name,
     const ui::SelectFileDialog::FileTypeInfo* file_types,
     int file_type_index,
     const base::FilePath::StringType& default_extension);