| Index: content/browser/quota/quota_backend_impl_unittest.cc
|
| diff --git a/content/browser/quota/quota_backend_impl_unittest.cc b/content/browser/quota/quota_backend_impl_unittest.cc
|
| index fcce6ed8016b33d4f61d8c1f22f7f0270d322794..072fc706a451e073f145caac33fb8d74ff4ebb8c 100644
|
| --- a/content/browser/quota/quota_backend_impl_unittest.cc
|
| +++ b/content/browser/quota/quota_backend_impl_unittest.cc
|
| @@ -11,6 +11,7 @@
|
|
|
| #include "base/files/scoped_temp_dir.h"
|
| #include "base/macros.h"
|
| +#include "base/run_loop.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| #include "storage/browser/fileapi/file_system_usage_cache.h"
|
| #include "storage/browser/fileapi/obfuscated_file_util.h"
|
| @@ -112,7 +113,7 @@ class QuotaBackendImplTest : public testing::Test {
|
| backend_.reset();
|
| quota_manager_proxy_ = NULL;
|
| file_util_.reset();
|
| - message_loop_.RunUntilIdle();
|
| + base::RunLoop().RunUntilIdle();
|
| }
|
|
|
| protected:
|
|
|