Index: chrome/browser/ui/find_bar/find_bar_host_browsertest.cc |
diff --git a/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc b/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc |
index 62824bc5dd2060ecf52175bea9d4669f620f983d..dbcf6543ddf8287d2f401c7f915f71c07f7f3460 100644 |
--- a/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc |
+++ b/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc |
@@ -69,7 +69,7 @@ const bool kCaseSensitive = true; |
const int kMoveIterations = 30; |
void HistoryServiceQueried(int) { |
- MessageLoop::current()->Quit(); |
+ base::MessageLoop::current()->Quit(); |
} |
} // namespace |
@@ -1000,7 +1000,7 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, FindMovesWhenObscuring) { |
chrome::ShowFindBar(browser()); |
// This is needed on GTK because the reposition operation is asynchronous. |
- MessageLoop::current()->RunUntilIdle(); |
+ base::MessageLoop::current()->RunUntilIdle(); |
gfx::Point start_position; |
gfx::Point position; |
@@ -1445,12 +1445,12 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, MAYBE_FitWindow) { |
popup->window()->Show(); |
// On GTK, bounds change is asynchronous. |
- MessageLoop::current()->RunUntilIdle(); |
+ base::MessageLoop::current()->RunUntilIdle(); |
EnsureFindBoxOpenForBrowser(popup); |
// GTK adjusts FindBar size asynchronously. |
- MessageLoop::current()->RunUntilIdle(); |
+ base::MessageLoop::current()->RunUntilIdle(); |
ASSERT_LE(GetFindBarWidthForBrowser(popup), |
popup->window()->GetBounds().width()); |