Index: chrome/browser/automation/automation_tab_helper_browsertest.cc |
diff --git a/chrome/browser/automation/automation_tab_helper_browsertest.cc b/chrome/browser/automation/automation_tab_helper_browsertest.cc |
index 44f6247db5ed6e8e54f736249bb8907800c5d70f..640e9bdd2f22fd79bf3de9a4b73ae2218810f360 100644 |
--- a/chrome/browser/automation/automation_tab_helper_browsertest.cc |
+++ b/chrome/browser/automation/automation_tab_helper_browsertest.cc |
@@ -78,8 +78,8 @@ class AutomationTabHelperBrowserTest : public InProcessBrowserTest { |
static_cast<int>(content::NOTIFICATION_DOM_OPERATION_RESPONSE)), |
_, _)); |
EXPECT_CALL(*mock_tab_observer, OnNoMorePendingLoads(_)) |
- .WillOnce(testing::InvokeWithoutArgs( |
- MessageLoopForUI::current(), &MessageLoop::Quit)); |
+ .WillOnce(testing::InvokeWithoutArgs(base::MessageLoopForUI::current(), |
+ &base::MessageLoop::Quit)); |
} |
// Executes javascript to execute a given test case found in the current |