| Index: content/browser/quota/quota_manager_unittest.cc
|
| diff --git a/content/browser/quota/quota_manager_unittest.cc b/content/browser/quota/quota_manager_unittest.cc
|
| index 9c1d7aa6ae37b75e2e8bdefb42c6735426c2477e..396dd0ff2c23c49fc335802f66ae0b79ea5db401 100644
|
| --- a/content/browser/quota/quota_manager_unittest.cc
|
| +++ b/content/browser/quota/quota_manager_unittest.cc
|
| @@ -22,6 +22,7 @@
|
| #include "base/stl_util.h"
|
| #include "base/sys_info.h"
|
| #include "base/test/histogram_tester.h"
|
| +#include "base/test/scoped_task_environment.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| #include "base/time/time.h"
|
| #include "content/public/test/mock_special_storage_policy.h"
|
| @@ -445,7 +446,7 @@ class QuotaManagerTest : public testing::Test {
|
| return base::Time::FromDoubleT(mock_time_counter_ * 10.0);
|
| }
|
|
|
| - base::MessageLoop message_loop_;
|
| + base::test::ScopedTaskEnvironment scoped_task_environment_;
|
| base::ScopedTempDir data_dir_;
|
|
|
| scoped_refptr<QuotaManager> quota_manager_;
|
|
|