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

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. Created 9 years, 4 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 8d886dcc54bd1c4c0015a4bfa43eabec68612d25..ece0086f56b9e0ea62f57ca15e699945112d482e 100644
--- a/content/browser/file_system/file_system_dispatcher_host.cc
+++ b/content/browser/file_system/file_system_dispatcher_host.cc
@@ -291,8 +291,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);

Powered by Google App Engine
This is Rietveld 408576698