Index: chrome/browser/ui/views/toolbar/toolbar_action_view.cc |
diff --git a/chrome/browser/ui/views/toolbar/toolbar_action_view.cc b/chrome/browser/ui/views/toolbar/toolbar_action_view.cc |
index 5ac120230bf11712731ab74dfb1d957125851459..0b91a5def3609fd2b6f98406da89040d8e659b8b 100644 |
--- a/chrome/browser/ui/views/toolbar/toolbar_action_view.cc |
+++ b/chrome/browser/ui/views/toolbar/toolbar_action_view.cc |
@@ -53,7 +53,7 @@ ToolbarActionView::ContextMenuCallback* context_menu_callback_for_test = |
ToolbarActionView::ToolbarActionView( |
ToolbarActionViewController* view_controller, |
ToolbarActionView::Delegate* delegate) |
- : MenuButton(nullptr, base::string16(), this, false), |
+ : MenuButton(base::string16(), this, false), |
view_controller_(view_controller), |
delegate_(delegate), |
called_register_command_(false), |