| Index: chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc
|
| index 9718e28a523e76b9b6538294f88284b4f4655b67..fe0922d8d3428c5abb9bd187d6f8ea04d8e4f871 100644
|
| --- a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc
|
| @@ -45,7 +45,7 @@ IN_PROC_BROWSER_TEST_F(BookmarkBarGtkInteractiveUITest, FindBarTest) {
|
| browser()->tab_strip_model()->ActivateTabAt(1, false);
|
|
|
| // Wait for the findbar to show.
|
| - MessageLoop::current()->RunUntilIdle();
|
| + base::MessageLoop::current()->RunUntilIdle();
|
|
|
| // Set focus somewhere else, so that we can test clicking on the findbar
|
| // works.
|
| @@ -71,7 +71,7 @@ IN_PROC_BROWSER_TEST_F(
|
| chrome::NewTab(browser());
|
|
|
| // Wait for the floating bar to appear.
|
| - MessageLoop::current()->RunUntilIdle();
|
| + base::MessageLoop::current()->RunUntilIdle();
|
|
|
| // This is kind of a hack. Calling this just once doesn't seem to send a click
|
| // event, but doing it twice works.
|
|
|