| Index: chrome/browser/ui/views/tabs/tab_controller.h
|
| diff --git a/chrome/browser/ui/views/tabs/tab_controller.h b/chrome/browser/ui/views/tabs/tab_controller.h
|
| index 88e61a1847aeb997c3f689c6d99f958a013abbf3..a28d5e56eba1b403eda94912efaaf3d0ca9dc0c0 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_controller.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_controller.h
|
| @@ -18,7 +18,7 @@ class Point;
|
| class Size;
|
| }
|
| namespace ui {
|
| -struct AXViewState;
|
| +struct AXNodeData;
|
| class ListSelectionModel;
|
| class LocatedEvent;
|
| class MouseEvent;
|
| @@ -127,7 +127,7 @@ class TabController {
|
|
|
| // Adds private information to the tab's accessibility state.
|
| virtual void UpdateTabAccessibilityState(const Tab* tab,
|
| - ui::AXViewState* state) = 0;
|
| + ui::AXNodeData* node_data) = 0;
|
|
|
| protected:
|
| virtual ~TabController() {}
|
|
|