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

Unified Diff: webkit/fileapi/file_system_quota_client_unittest.cc

Issue 14096022: Make MountPointProvider pluggable from outside webkit/fileapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/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 7de2d9fec93a6a0e3d34c8adb2a3a48deeabaa47..5a3959b9ee6721028be4f55b60d864c893d8866d 100644
--- a/webkit/fileapi/file_system_quota_client_unittest.cc
+++ b/webkit/fileapi/file_system_quota_client_unittest.cc
@@ -50,8 +50,9 @@ class FileSystemQuotaClientTest : public testing::Test {
file_system_context_ =
new FileSystemContext(
FileSystemTaskRunners::CreateMockTaskRunners(),
- ExternalMountPoints::CreateRefCounted().get(),
- NULL, NULL,
+ NULL,
+ ScopedVector<FileSystemMountPointProvider>(),
+ std::vector<MountPoints*>(),
data_dir_.path(),
CreateDisallowFileAccessOptions());
}

Powered by Google App Engine
This is Rietveld 408576698