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

Unified Diff: webkit/fileapi/local_file_system_operation_unittest.cc

Issue 14096022: Make MountPointProvider pluggable from outside webkit/fileapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build fix etc Created 7 years, 8 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/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 {

Powered by Google App Engine
This is Rietveld 408576698