| Index: ash/common/system/tray/actionable_view.h
|
| diff --git a/ash/common/system/tray/actionable_view.h b/ash/common/system/tray/actionable_view.h
|
| index 774bbca9a04bdb00528bbfaacc95603a274a32b6..14efbdf1628b06fca155df76a087b9b54bfa77a1 100644
|
| --- a/ash/common/system/tray/actionable_view.h
|
| +++ b/ash/common/system/tray/actionable_view.h
|
| @@ -55,7 +55,7 @@ class ASH_EXPORT ActionableView : public views::ButtonListener,
|
| // Overridden from views::CustomButton.
|
| const char* GetClassName() const override;
|
| bool OnKeyPressed(const ui::KeyEvent& event) override;
|
| - void GetAccessibleState(ui::AXViewState* state) override;
|
| + void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
|
| void OnPaint(gfx::Canvas* canvas) override;
|
| void OnFocus() override;
|
| void OnBlur() override;
|
|
|