| Index: chrome/test/base/ui_test_utils_gtk.cc
|
| diff --git a/chrome/test/base/ui_test_utils_gtk.cc b/chrome/test/base/ui_test_utils_gtk.cc
|
| index f890d7db82f11692fa49bb0d599ab86d980f6797..91b2bd084fbcb7e2ce687aae0c3f1e10894012a2 100644
|
| --- a/chrome/test/base/ui_test_utils_gtk.cc
|
| +++ b/chrome/test/base/ui_test_utils_gtk.cc
|
| @@ -79,7 +79,7 @@ void ClickOnView(const Browser* browser, ViewID vid) {
|
| view,
|
| ui_controls::LEFT,
|
| ui_controls::DOWN | ui_controls::UP,
|
| - new MessageLoop::QuitTask());
|
| + MessageLoop::QuitClosure());
|
| RunMessageLoop();
|
| }
|
|
|
|
|