| Index: chrome/browser/ui/views/location_bar/bubble_icon_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/bubble_icon_view.h b/chrome/browser/ui/views/location_bar/bubble_icon_view.h
|
| index 6cd92383f124d0c8a45c784624d7c4acb2ab174f..3ed0499f962bd25c0e5ca8b1019a45fd4b374576 100644
|
| --- a/chrome/browser/ui/views/location_bar/bubble_icon_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/bubble_icon_view.h
|
| @@ -57,7 +57,7 @@ class BubbleIconView : public views::InkDropHostView,
|
| virtual void OnPressed(bool activated) {}
|
|
|
| // views::View:
|
| - void GetAccessibleState(ui::AXViewState* state) override;
|
| + void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
|
| bool GetTooltipText(const gfx::Point& p,
|
| base::string16* tooltip) const override;
|
| gfx::Size GetPreferredSize() const override;
|
| @@ -113,7 +113,7 @@ class BubbleIconView : public views::InkDropHostView,
|
| // The command ID executed when the user clicks this icon.
|
| const int command_id_;
|
|
|
| - // The active state. The precise definition of "active" is unique to each
|
| + // The active node_data. The precise definition of "active" is unique to each
|
| // subclass, but generally indicates that the associated feature is acting on
|
| // the web page.
|
| bool active_;
|
|
|