| Index: chrome/browser/extensions/api/tabs/tabs_test.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/api/tabs/tabs_test.cc (revision 149002)
|
| +++ chrome/browser/extensions/api/tabs/tabs_test.cc (working copy)
|
| @@ -444,7 +444,7 @@
|
| #endif
|
|
|
| // Needed on Mac and Linux so that the BrowserWindow::IsActive calls work.
|
| - ui_test_utils::RunAllPendingInMessageLoop();
|
| + content::RunAllPendingInMessageLoop();
|
|
|
| GURL url;
|
| AddTabAtIndexToBrowser(focused_window, 0, url, content::PAGE_TRANSITION_LINK);
|
|
|