| Index: chrome/browser/ui/views/critical_notification_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/critical_notification_bubble_view.h b/chrome/browser/ui/views/critical_notification_bubble_view.h
|
| index d14785fc752c56b73952cbee1e4ed322e92f92e1..3cd0cc2683c40c6ee448b9c1ddf5c83ddec07e97 100644
|
| --- a/chrome/browser/ui/views/critical_notification_bubble_view.h
|
| +++ b/chrome/browser/ui/views/critical_notification_bubble_view.h
|
| @@ -23,7 +23,7 @@ class CriticalNotificationBubbleView : public views::BubbleDialogDelegateView {
|
| bool Accept() override;
|
| void Init() override;
|
| base::string16 GetDialogButtonLabel(ui::DialogButton button) const override;
|
| - void GetAccessibleState(ui::AXViewState* state) override;
|
| + void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
|
| void ViewHierarchyChanged(
|
| const ViewHierarchyChangedDetails& details) override;
|
|
|
|
|