Index: webkit/fileapi/file_system_operation_unittest.cc |
diff --git a/webkit/fileapi/file_system_operation_unittest.cc b/webkit/fileapi/file_system_operation_unittest.cc |
index fbf44b7e25654af4def617d0fd0c5abe949bb95e..df10a99117bf0615c59893cd2e92bb0ab132b067 100644 |
--- a/webkit/fileapi/file_system_operation_unittest.cc |
+++ b/webkit/fileapi/file_system_operation_unittest.cc |
@@ -302,7 +302,6 @@ void FileSystemOperationTest::SetUp() { |
base_dir, test_helper_.origin(), test_helper_.storage_type()); |
quota_manager_proxy_ = new MockQuotaManagerProxy(quota_manager_.get()); |
test_helper_.SetUp(base_dir, |
- false /* incognito */, |
false /* unlimited quota */, |
quota_manager_proxy_.get(), |
local_file_util_.get()); |