| Index: chrome/test/base/view_event_test_base.cc
|
| ===================================================================
|
| --- chrome/test/base/view_event_test_base.cc (revision 149002)
|
| +++ chrome/test/base/view_event_test_base.cc (working copy)
|
| @@ -101,7 +101,7 @@
|
| DestroyWindow(window_->GetNativeWindow());
|
| #else
|
| window_->Close();
|
| - ui_test_utils::RunAllPendingInMessageLoop();
|
| + content::RunAllPendingInMessageLoop();
|
| #endif
|
| window_ = NULL;
|
| }
|
| @@ -151,7 +151,7 @@
|
| #endif
|
|
|
| // Flush any pending events to make sure we start with a clean slate.
|
| - ui_test_utils::RunAllPendingInMessageLoop();
|
| + content::RunAllPendingInMessageLoop();
|
|
|
| // Schedule a task that starts the test. Need to do this as we're going to
|
| // run the message loop.
|
|
|