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

Unified Diff: chrome/test/base/ui_test_utils_mac.mm

Issue 8212006: base::Bind: Cleanup in automation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mac build fix. Created 9 years, 2 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
« no previous file with comments | « chrome/test/base/ui_test_utils_gtk.cc ('k') | chrome/test/base/ui_test_utils_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/ui_test_utils_mac.mm
diff --git a/chrome/test/base/ui_test_utils_mac.mm b/chrome/test/base/ui_test_utils_mac.mm
index 48275dde9c81530e4a0575ada58b4b758e0bdc9f..92beef1621b410de02d72723d9c19261f198a5ef 100644
--- a/chrome/test/base/ui_test_utils_mac.mm
+++ b/chrome/test/base/ui_test_utils_mac.mm
@@ -47,7 +47,7 @@ void ClickOnView(const Browser* browser, ViewID vid) {
view,
ui_controls::LEFT,
ui_controls::DOWN | ui_controls::UP,
- new MessageLoop::QuitTask());
+ MessageLoop::QuitClosure());
RunMessageLoop();
}
« no previous file with comments | « chrome/test/base/ui_test_utils_gtk.cc ('k') | chrome/test/base/ui_test_utils_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698