| Index: ash/test/ash_test_helper.cc
|
| diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
|
| index 5787568caae504be786498d904d2961c338a53ba..9cf348850067dd63fbc3da40c76e2f73af558f86 100644
|
| --- a/ash/test/ash_test_helper.cc
|
| +++ b/ash/test/ash_test_helper.cc
|
| @@ -138,7 +138,7 @@ void AshTestHelper::TearDown() {
|
|
|
| void AshTestHelper::RunAllPendingInMessageLoop() {
|
| DCHECK(base::MessageLoopForUI::current() == message_loop_);
|
| - aura::Env::CreateInstance();
|
| + aura::Env::CreateInstance(true);
|
| base::RunLoop run_loop;
|
| run_loop.RunUntilIdle();
|
| }
|
|
|