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

Unified Diff: webkit/fileapi/file_system_test_helper.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
« no previous file with comments | « webkit/fileapi/file_system_test_helper.h ('k') | webkit/fileapi/file_system_url_request_job_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_test_helper.cc
diff --git a/webkit/fileapi/file_system_test_helper.cc b/webkit/fileapi/file_system_test_helper.cc
index b064e417d475cdf559f82de7eabfaa43022e4ebd..55e56c38e89161f37befc4dbfceb5c308474e371 100644
--- a/webkit/fileapi/file_system_test_helper.cc
+++ b/webkit/fileapi/file_system_test_helper.cc
@@ -38,8 +38,7 @@ void FileSystemTestOriginHelper::SetUp(
}
void FileSystemTestOriginHelper::SetUp(
- FileSystemContext* file_system_context,
- FileSystemFileUtil* file_util) {
+ FileSystemContext* file_system_context, FileSystemFileUtil* file_util) {
DCHECK(file_system_context->path_manager());
DCHECK(file_system_context->path_manager()->sandbox_provider());
@@ -47,7 +46,7 @@ void FileSystemTestOriginHelper::SetUp(
file_system_context_ = file_system_context;
if (!file_util_)
file_util_ = file_system_context->path_manager()->sandbox_provider()->
- GetFileSystemFileUtil();
+ GetFileUtil();
DCHECK(file_util_);
// Prepare the origin's root directory.
« no previous file with comments | « webkit/fileapi/file_system_test_helper.h ('k') | webkit/fileapi/file_system_url_request_job_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698