| Index: chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h b/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
|
| index 6447538b1e4a8b884efdb0bc635d030ed46387f0..65d8bc8a93394bf78e3737f169df4d73e656294b 100644
|
| --- a/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
|
| @@ -24,7 +24,7 @@ class PageActionWithBadgeView : public views::View {
|
| PageActionImageView* image_view() { return image_view_; }
|
|
|
| // views::View:
|
| - void GetAccessibleState(ui::AXViewState* state) override;
|
| + void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
|
| gfx::Size GetPreferredSize() const override;
|
|
|
| void UpdateVisibility(content::WebContents* contents);
|
|
|