diff options
Diffstat (limited to 'ash/test/ash_test_helper.cc')
-rw-r--r-- | ash/test/ash_test_helper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc index 5015075..91ab017 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 |