| Index: ash/test/ash_test_helper.cc
|
| diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
|
| index 501507510fb5e9746120c26b02386311d7b59d83..91ab017bdb59b57c2708820310bcd758664e2798 100644
|
| --- a/ash/test/ash_test_helper.cc
|
| +++ b/ash/test/ash_test_helper.cc
|
| @@ -90,7 +90,7 @@ void AshTestHelper::TearDown() {
|
|
|
| void AshTestHelper::RunAllPendingInMessageLoop() {
|
| #if !defined(OS_MACOSX)
|
| - DCHECK(MessageLoopForUI::current() == message_loop_);
|
| + DCHECK(base::MessageLoopForUI::current() == message_loop_);
|
| base::RunLoop run_loop(aura::Env::GetInstance()->GetDispatcher());
|
| run_loop.RunUntilIdle();
|
| #endif
|
|
|