| Index: webkit/fileapi/local_file_system_operation_unittest.cc
|
| diff --git a/webkit/fileapi/local_file_system_operation_unittest.cc b/webkit/fileapi/local_file_system_operation_unittest.cc
|
| index aaba40599b4c36716d73b5f0cb5883daa742a4dc..2d228bb7de111b3937d1f5979a5757aec8acd480 100644
|
| --- a/webkit/fileapi/local_file_system_operation_unittest.cc
|
| +++ b/webkit/fileapi/local_file_system_operation_unittest.cc
|
| @@ -65,9 +65,7 @@ class LocalFileSystemOperationTest
|
| quota_manager_proxy_ = new quota::MockQuotaManagerProxy(
|
| quota_manager(),
|
| base::MessageLoopProxy::current());
|
| - test_helper_.SetUp(base_dir,
|
| - false /* unlimited quota */,
|
| - quota_manager_proxy_.get());
|
| + test_helper_.SetUp(base_dir, quota_manager_proxy_.get());
|
| }
|
|
|
| virtual void TearDown() OVERRIDE {
|
|
|