| Index: ui/accessibility/ax_text_utils.h | 
| diff --git a/ui/accessibility/ax_text_utils.h b/ui/accessibility/ax_text_utils.h | 
| index f760660f561d8e15f8b0327b1e2d504e747dae9c..5a4c07178709dbfbab22204b9eaf34d1401de989 100644 | 
| --- a/ui/accessibility/ax_text_utils.h | 
| +++ b/ui/accessibility/ax_text_utils.h | 
| @@ -54,12 +54,12 @@ size_t AX_EXPORT | 
|  | 
| // Returns a string ID that corresponds to the name of the given action. | 
| base::string16 AX_EXPORT | 
| -ActionToString(const AXSupportedAction supported_action); | 
| +ActionVerbToLocalizedString(const AXDefaultActionVerb action_verb); | 
|  | 
| // Returns the non-localized string representation of a supported action. | 
| // Some APIs on Linux and Windows need to return non-localized action names. | 
| base::string16 AX_EXPORT | 
| -ActionToUnlocalizedString(const AXSupportedAction supported_action); | 
| +ActionVerbToUnlocalizedString(const AXDefaultActionVerb action_verb); | 
|  | 
| }  // namespace ui | 
|  | 
|  |