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_; |