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

Unified Diff: chrome/browser/ui/views/select_file_dialog_extension.cc

Issue 8574054: Replace FileManagerUtil class with namespace file_manager_util. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 9 years, 1 month 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/browser/platform_util_chromeos.cc ('k') | chrome/browser/ui/webui/active_downloads_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/select_file_dialog_extension.cc
===================================================================
--- chrome/browser/ui/views/select_file_dialog_extension.cc (revision 110538)
+++ chrome/browser/ui/views/select_file_dialog_extension.cc (working copy)
@@ -215,7 +215,7 @@
return;
FilePath virtual_path;
- if (!FileManagerUtil::ConvertFileToRelativeFileSystemPath(
+ if (!file_manager_util::ConvertFileToRelativeFileSystemPath(
owner_browser->profile(), default_path, &virtual_path)) {
virtual_path = default_path.BaseName();
}
@@ -223,7 +223,7 @@
hasMultipleFileTypeChoices_ =
file_types ? file_types->extensions.size() > 1 : true;
- GURL file_browser_url = FileManagerUtil::GetFileBrowserUrlWithParams(
+ GURL file_browser_url = file_manager_util::GetFileBrowserUrlWithParams(
type, title, virtual_path, file_types, file_type_index,
default_extension);
« no previous file with comments | « chrome/browser/platform_util_chromeos.cc ('k') | chrome/browser/ui/webui/active_downloads_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698