Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5123)

Unified Diff: chrome/browser/automation/automation_tab_helper_browsertest.cc

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698