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

Unified Diff: webkit/fileapi/file_system_mount_point_provider_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
« no previous file with comments | « webkit/fileapi/file_system_file_util_unittest.cc ('k') | webkit/fileapi/file_system_operation_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_mount_point_provider_unittest.cc
diff --git a/webkit/fileapi/file_system_mount_point_provider_unittest.cc b/webkit/fileapi/file_system_mount_point_provider_unittest.cc
index f56ce8c1b9d1b2b85fdce1d44d7df9ceb24d0f7d..6bfaf4349e38c5b8b4ced5ace82b288124197628 100644
--- a/webkit/fileapi/file_system_mount_point_provider_unittest.cc
+++ b/webkit/fileapi/file_system_mount_point_provider_unittest.cc
@@ -254,6 +254,7 @@ class FileSystemMountPointProviderTest : public testing::Test {
private:
ScopedTempDir data_dir_;
+ MessageLoop message_loop_;
ericu 2012/05/30 23:54:09 I don't see this being used. What am I missing? [
tony 2012/05/31 00:25:22 MessageLoopProxy::current() is null without it. I
base::WeakPtrFactory<FileSystemMountPointProviderTest> weak_factory_;
scoped_refptr<quota::SpecialStoragePolicy> special_storage_policy_;
« no previous file with comments | « webkit/fileapi/file_system_file_util_unittest.cc ('k') | webkit/fileapi/file_system_operation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698