Index: components/exo/test/exo_test_base.cc |
diff --git a/components/exo/test/exo_test_base.cc b/components/exo/test/exo_test_base.cc |
index c6e4d4790cca12edb68d9cce66bb9226337e9598..6e10effac59efeed9ef2ba8f112d5988d2f823d7 100644 |
--- a/components/exo/test/exo_test_base.cc |
+++ b/components/exo/test/exo_test_base.cc |
@@ -32,6 +32,7 @@ void ExoTestBase::SetUp() { |
void ExoTestBase::TearDown() { |
WMHelper::SetInstance(nullptr); |
wm_helper_.reset(); |
+ RunAllPendingInMessageLoop(); |
Fady Samuel
2016/11/30 16:41:57
Add a comment about why this is necessary.
Alex Z.
2016/11/30 20:00:30
This RunAllPendingInMessageLoop() isn't necessary
|
AshTestBase::TearDown(); |
} |