Index: ash/shell/window_watcher_unittest.cc |
diff --git a/ash/shell/window_watcher_unittest.cc b/ash/shell/window_watcher_unittest.cc |
index dfc7e6baa0d505f2c703b401d4175c9548a42109..71a2f87dae90a2e1f57baa1cc727cb66e5a26be9 100644 |
--- a/ash/shell/window_watcher_unittest.cc |
+++ b/ash/shell/window_watcher_unittest.cc |
@@ -18,6 +18,7 @@ typedef test::AshTestBase WindowWatcherTest; |
// This test verifies that shell can be torn down without causing failures |
// bug http://code.google.com/p/chromium/issues/detail?id=130332 |
TEST_F(WindowWatcherTest, ShellDeleteInstance) { |
+ RunAllPendingInMessageLoop(); |
scoped_ptr<ash::shell::WindowWatcher> window_watcher; |
Shell::DeleteInstance(); |