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

Unified Diff: chrome/browser/ui/views/button_dropdown_test.cc

Issue 14307023: chrome: Use base::MessageLoop. (Part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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/ui/views/button_dropdown_test.cc
diff --git a/chrome/browser/ui/views/button_dropdown_test.cc b/chrome/browser/ui/views/button_dropdown_test.cc
index 524d2179af1bb853d936d0c671db1c7bcd458122..62647ecbd8aa91788c1f77f302a05592f34641f4 100644
--- a/chrome/browser/ui/views/button_dropdown_test.cc
+++ b/chrome/browser/ui/views/button_dropdown_test.cc
@@ -113,9 +113,8 @@ class ButtonDropDownDragTest : public ViewEventTestBase,
// One more hop is required because ui::SimpleMenuModel calls
// ui::SimpleMenuModel::Delegate::MenuClosed() via a posted
// task.
- MessageLoopForUI::current()->PostTask(
- FROM_HERE,
- CreateEventTask(this, &ButtonDropDownDragTest::Step5));
+ base::MessageLoopForUI::current()->PostTask(
+ FROM_HERE, CreateEventTask(this, &ButtonDropDownDragTest::Step5));
}
void Step5() {
« no previous file with comments | « chrome/browser/ui/views/browser_actions_container.cc ('k') | chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698