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

Unified Diff: webkit/fileapi/file_system_quota_unittest.cc

Issue 9004019: Cleanup: Removing FileSystemPathManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build fix Created 9 years 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_unittest.cc
diff --git a/webkit/fileapi/file_system_quota_unittest.cc b/webkit/fileapi/file_system_quota_unittest.cc
index f901d4308224efca90a3f0e48db59a98eb2ae967..077eece0fa89700357722a2afd78e303b7188146 100644
--- a/webkit/fileapi/file_system_quota_unittest.cc
+++ b/webkit/fileapi/file_system_quota_unittest.cc
@@ -204,7 +204,6 @@ void FileSystemQuotaTest::SetUp() {
NULL);
test_helper_.SetUp(filesystem_dir_path,
- false /* incognito */,
false /* unlimited quota */,
quota_manager_->proxy(),
local_file_util_.get());

Powered by Google App Engine
This is Rietveld 408576698