| Index: chrome/browser/performance_monitor/performance_monitor_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/performance_monitor/performance_monitor_browsertest.cc (revision 149002)
|
| +++ chrome/browser/performance_monitor/performance_monitor_browsertest.cc (working copy)
|
| @@ -158,7 +158,7 @@
|
| // Ensure that any event insertions happen prior to getting events in order
|
| // to avoid race conditions.
|
| content::BrowserThread::GetBlockingPool()->FlushForTesting();
|
| - ui_test_utils::RunAllPendingInMessageLoop();
|
| + content::RunAllPendingInMessageLoop();
|
|
|
| std::vector<linked_ptr<Event> > events;
|
| content::BrowserThread::PostBlockingPoolSequencedTask(
|
|
|