| Index: ui/accessibility/platform/ax_platform_node.h | 
| diff --git a/ui/accessibility/platform/ax_platform_node.h b/ui/accessibility/platform/ax_platform_node.h | 
| index 7204c23aa884b031f962973aa268a9e2b7656420..cb395821ea44c93dd6f11d8851246f829e759f22 100644 | 
| --- a/ui/accessibility/platform/ax_platform_node.h | 
| +++ b/ui/accessibility/platform/ax_platform_node.h | 
| @@ -46,6 +46,8 @@ class AX_EXPORT AXPlatformNode { | 
| // Return this object's delegate. | 
| virtual AXPlatformNodeDelegate* GetDelegate() const = 0; | 
|  | 
| +  int32_t unique_id() const { return unique_id_; } | 
| + | 
| protected: | 
| AXPlatformNode(); | 
| virtual ~AXPlatformNode(); | 
|  |