| Index: chrome/browser/ui/views/menu_item_view_test.cc
|
| diff --git a/chrome/browser/ui/views/menu_item_view_test.cc b/chrome/browser/ui/views/menu_item_view_test.cc
|
| index 1bba805c500d89b6191bace0472fe97b6eafdb77..32df7a60daf9d34358fccbee445a6411bcc64947 100644
|
| --- a/chrome/browser/ui/views/menu_item_view_test.cc
|
| +++ b/chrome/browser/ui/views/menu_item_view_test.cc
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "base/callback.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/automation/ui_controls.h"
|
| #include "chrome/test/base/view_event_test_base.h"
|
| @@ -82,7 +83,7 @@ class MenuItemViewTestBase : public ViewEventTestBase,
|
|
|
| protected:
|
| // Generate a mouse click on the specified view and post a new task.
|
| - virtual void Click(views::View* view, Task* next) {
|
| + virtual void Click(views::View* view, const base::Closure& next) {
|
| ui_controls::MoveMouseToCenterAndPress(
|
| view,
|
| ui_controls::LEFT,
|
|
|