summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_quota_client_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/fileapi/file_system_quota_client_unittest.cc')
-rw-r--r--webkit/fileapi/file_system_quota_client_unittest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/fileapi/file_system_quota_client_unittest.cc b/webkit/fileapi/file_system_quota_client_unittest.cc
index 7347980..026c377 100644
--- a/webkit/fileapi/file_system_quota_client_unittest.cc
+++ b/webkit/fileapi/file_system_quota_client_unittest.cc
@@ -139,7 +139,6 @@ class FileSystemQuotaClientTest : public testing::Test {
FileSystemOperationContext* context =
new FileSystemOperationContext(file_system_context_, file_util);
context->set_src_origin_url(GURL(origin_url));
- context->set_src_virtual_path(virtual_path);
context->set_src_type(QuotaStorageTypeToFileSystemType(type));
context->set_allowed_bytes_growth(100000000);
return context;