| Index: ui/accessibility/platform/ax_platform_node_base.h
|
| diff --git a/ui/accessibility/platform/ax_platform_node_base.h b/ui/accessibility/platform/ax_platform_node_base.h
|
| index 437b15802db5ddad5ef1b7539394cd94e24066ad..fcc0f5c5918ac3f9c46dc2485d72e402d8e0590b 100644
|
| --- a/ui/accessibility/platform/ax_platform_node_base.h
|
| +++ b/ui/accessibility/platform/ax_platform_node_base.h
|
| @@ -26,12 +26,12 @@ class AXPlatformNodeBase : public AXPlatformNode {
|
| gfx::NativeViewAccessible ChildAtIndex(int index);
|
|
|
| // AXPlatformNode
|
| - virtual void Destroy() override;
|
| - virtual gfx::NativeViewAccessible GetNativeViewAccessible() override;
|
| + void Destroy() override;
|
| + gfx::NativeViewAccessible GetNativeViewAccessible() override;
|
|
|
| protected:
|
| AXPlatformNodeBase();
|
| - virtual ~AXPlatformNodeBase();
|
| + ~AXPlatformNodeBase() override;
|
|
|
| AXPlatformNodeDelegate* delegate_; // Weak. Owns this.
|
|
|
|
|