summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/button/custom_button_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views/controls/button/custom_button_unittest.cc')
-rw-r--r--ui/views/controls/button/custom_button_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/controls/button/custom_button_unittest.cc b/ui/views/controls/button/custom_button_unittest.cc
index 0ff9f95..36482a6 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;