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

Unified Diff: webkit/fileapi/file_system_test_helper.cc

Issue 10810053: Enables internal filesystem types via Isolated filesystems (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 477ebfd23a7415235452d63715d3cc7c552739ce..4c149750657d021160c229e6e79116ba4be0fdf2 100644
--- a/webkit/fileapi/file_system_test_helper.cc
+++ b/webkit/fileapi/file_system_test_helper.cc
@@ -91,7 +91,7 @@ void FileSystemTestOriginHelper::SetUp(
if (file_util)
file_util_ = file_util;
else
- file_util_ = mount_point_provider->GetFileUtil();
+ file_util_ = mount_point_provider->GetFileUtil(type_);
DCHECK(file_util_);

Powered by Google App Engine
This is Rietveld 408576698