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

Unified Diff: webkit/fileapi/file_system_quota_unittest.cc

Issue 10447043: Move all webkit/fileapi tests to content_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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_unittest.cc
diff --git a/webkit/fileapi/file_system_quota_unittest.cc b/webkit/fileapi/file_system_quota_unittest.cc
index 4b33ae4f449ce97b62ac5bc6980d25d6e3af1b10..293e353fe42748efd165ba84366e28bd0b6b20cc 100644
--- a/webkit/fileapi/file_system_quota_unittest.cc
+++ b/webkit/fileapi/file_system_quota_unittest.cc
@@ -162,6 +162,7 @@ class FileSystemQuotaTest
FileSystemTestOriginHelper test_helper_;
ScopedTempDir work_dir_;
+ MessageLoop message_loop_;
scoped_refptr<quota::QuotaManager> quota_manager_;
base::WeakPtrFactory<FileSystemQuotaTest> weak_factory_;

Powered by Google App Engine
This is Rietveld 408576698