Index: ui/message_center/views/notifier_settings_view.cc |
diff --git a/ui/message_center/views/notifier_settings_view.cc b/ui/message_center/views/notifier_settings_view.cc |
index 145512d886a98193909abfce662180831da91360..dc54bcf11fc6c057a7088229d1a02b82547dc562 100644 |
--- a/ui/message_center/views/notifier_settings_view.cc |
+++ b/ui/message_center/views/notifier_settings_view.cc |
@@ -578,7 +578,7 @@ void NotifierSettingsView::UpdateContentsView( |
base::string16 notifier_group_text = active_group.login_info.empty() ? |
active_group.name : active_group.login_info; |
notifier_group_selector_ = |
- new views::MenuButton(NULL, notifier_group_text, this, true); |
+ new views::MenuButton(notifier_group_text, this, true); |
notifier_group_selector_->SetBorder(scoped_ptr<views::Border>( |
new views::LabelButtonAssetBorder(views::Button::STYLE_BUTTON))); |
notifier_group_selector_->SetFocusPainter(nullptr); |