Index: ui/views/controls/button/custom_button_unittest.cc |
diff --git a/ui/views/controls/button/custom_button_unittest.cc b/ui/views/controls/button/custom_button_unittest.cc |
index 0ff9f9513546bbb90ca0d368c92de3af7774f945..36482a6462896be9f7ff8674ec35db1a00042542 100644 |
--- a/ui/views/controls/button/custom_button_unittest.cc |
+++ b/ui/views/controls/button/custom_button_unittest.cc |
@@ -425,7 +425,7 @@ TEST_F(CustomButtonTest, AsCustomButton) { |
RadioButton radio_button(text, 0); |
EXPECT_TRUE(CustomButton::AsCustomButton(&radio_button)); |
- MenuButton menu_button(NULL, text, NULL, false); |
+ MenuButton menu_button(text, NULL, false); |
EXPECT_TRUE(CustomButton::AsCustomButton(&menu_button)); |
Label label; |