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

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. 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: 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.

Powered by Google App Engine
This is Rietveld 408576698