| Index: webkit/fileapi/sandbox_mount_point_provider_unittest.cc
|
| diff --git a/webkit/fileapi/sandbox_mount_point_provider_unittest.cc b/webkit/fileapi/sandbox_mount_point_provider_unittest.cc
|
| index 8f59dd16b7ce23e0812e3ba1833217d196cb08da..8bf1feff60cc7d9438ff973a063082741cf8d61e 100644
|
| --- a/webkit/fileapi/sandbox_mount_point_provider_unittest.cc
|
| +++ b/webkit/fileapi/sandbox_mount_point_provider_unittest.cc
|
| @@ -53,6 +53,7 @@ class SandboxMountPointProviderOriginEnumeratorTest : public testing::Test {
|
| }
|
|
|
| ScopedTempDir data_dir_;
|
| + MessageLoop message_loop_;
|
| scoped_ptr<SandboxMountPointProvider> sandbox_provider_;
|
| };
|
|
|
| @@ -344,6 +345,7 @@ class SandboxMountPointProviderMigrationTest : public testing::Test {
|
|
|
| protected:
|
| ScopedTempDir data_dir_;
|
| + MessageLoop message_loop_;
|
| scoped_refptr<FileSystemContext> file_system_context_;
|
| base::WeakPtrFactory<SandboxMountPointProviderMigrationTest> weak_factory_;
|
| };
|
|
|