| Index: content/browser/fileapi/file_system_context_unittest.cc
|
| diff --git a/content/browser/fileapi/file_system_context_unittest.cc b/content/browser/fileapi/file_system_context_unittest.cc
|
| index 57b0d52d716229e1797090af43148e9d406502db..749ea079806c5eb4ca17ee8c5cac1ca68ab436a2 100644
|
| --- a/content/browser/fileapi/file_system_context_unittest.cc
|
| +++ b/content/browser/fileapi/file_system_context_unittest.cc
|
| @@ -9,6 +9,7 @@
|
| #include "base/files/scoped_temp_dir.h"
|
| #include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| +#include "base/test/scoped_task_environment.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| #include "build/build_config.h"
|
| #include "content/browser/quota/mock_quota_manager.h"
|
| @@ -96,7 +97,7 @@ class FileSystemContextTest : public testing::Test {
|
|
|
| private:
|
| base::ScopedTempDir data_dir_;
|
| - base::MessageLoop message_loop_;
|
| + base::test::ScopedTaskEnvironment scoped_task_environment_;
|
| scoped_refptr<storage::SpecialStoragePolicy> storage_policy_;
|
| scoped_refptr<MockQuotaManager> mock_quota_manager_;
|
| };
|
|
|