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

Unified Diff: content/browser/file_system/file_system_dispatcher_host.cc

Issue 7470037: [Refactor] to rename and re-layer the file_util stack layers. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebased on the svn tree. Created 9 years, 3 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: content/browser/file_system/file_system_dispatcher_host.cc
diff --git a/content/browser/file_system/file_system_dispatcher_host.cc b/content/browser/file_system/file_system_dispatcher_host.cc
index f8eb4311eb3d8db7a8f6844b51e9b43c17fe504b..18a88287d80d36bd1ef93003475fb7ad9b844336 100644
--- a/content/browser/file_system/file_system_dispatcher_host.cc
+++ b/content/browser/file_system/file_system_dispatcher_host.cc
@@ -294,8 +294,7 @@ void FileSystemDispatcherHost::OnSyncGetPlatformPath(
FilePath virtual_path;
if (!CrackFileSystemURL(path, &origin_url, &type, &virtual_path))
return;
- FileSystemFileUtil* file_util =
- context_->path_manager()->GetFileSystemFileUtil(type);
+ FileSystemFileUtil* file_util = context_->path_manager()->GetFileUtil(type);
if (!file_util)
return;
FileSystemOperationContext operation_context(context_, file_util);
« no previous file with comments | « chrome/browser/extensions/extension_file_browser_private_api.cc ('k') | webkit/chromeos/fileapi/cros_mount_point_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698