| Index: ui/message_center/views/notifier_settings_view.h
|
| diff --git a/ui/message_center/views/notifier_settings_view.h b/ui/message_center/views/notifier_settings_view.h
|
| index 7483e00d0c90590f4caee19957c2dff1b2da702a..6c4545ec0c8c61c56464c2319a920af1c557de6b 100644
|
| --- a/ui/message_center/views/notifier_settings_view.h
|
| +++ b/ui/message_center/views/notifier_settings_view.h
|
| @@ -76,7 +76,7 @@ class MESSAGE_CENTER_EXPORT NotifierSettingsView
|
| private:
|
| // Overridden from views::ButtonListener:
|
| void ButtonPressed(views::Button* button, const ui::Event& event) override;
|
| - void GetAccessibleState(ui::AXViewState* state) override;
|
| + void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
|
|
|
| bool ShouldHaveLearnMoreButton() const;
|
| // Helper function to reset the layout when the view has substantially
|
|
|