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

Unified Diff: webkit/fileapi/file_system_quota_client_unittest.cc

Issue 10810053: Enables internal filesystem types via Isolated filesystems (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: layout test crash fix 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
« no previous file with comments | « webkit/fileapi/file_system_mount_point_provider.h ('k') | webkit/fileapi/file_system_url.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_quota_client_unittest.cc
diff --git a/webkit/fileapi/file_system_quota_client_unittest.cc b/webkit/fileapi/file_system_quota_client_unittest.cc
index 36fac4a6d13e6d41656c04dcfaa2f38dd2de167f..0e643d66391173c646b691b74c446d08438b9747 100644
--- a/webkit/fileapi/file_system_quota_client_unittest.cc
+++ b/webkit/fileapi/file_system_quota_client_unittest.cc
@@ -148,10 +148,10 @@ class FileSystemQuotaClientTest : public testing::Test {
if (file_path.empty())
return false;
+ FileSystemType type = QuotaStorageTypeToFileSystemType(storage_type);
FileSystemFileUtil* file_util = file_system_context_->
- sandbox_provider()->GetFileUtil();
+ sandbox_provider()->GetFileUtil(type);
- FileSystemType type = QuotaStorageTypeToFileSystemType(storage_type);
FileSystemURL url(GURL(origin_url), type, file_path);
scoped_ptr<FileSystemOperationContext> context(
CreateFileSystemOperationContext());
« no previous file with comments | « webkit/fileapi/file_system_mount_point_provider.h ('k') | webkit/fileapi/file_system_url.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698