Index: ui/accessibility/platform/ax_android_constants.h |
diff --git a/ui/accessibility/platform/ax_android_constants.h b/ui/accessibility/platform/ax_android_constants.h |
index 4b6fd4c8e38b527cc06d180bbb5d61ba39795069..2312218533f60987b753a4db451e5cf7113096ee 100644 |
--- a/ui/accessibility/platform/ax_android_constants.h |
+++ b/ui/accessibility/platform/ax_android_constants.h |
@@ -5,6 +5,7 @@ |
#ifndef UI_ACCESSIBILITY_PLATFORM_AX_ANDROID_CONSTANTS_H_ |
#define UI_ACCESSIBILITY_PLATFORM_AX_ANDROID_CONSTANTS_H_ |
+#include "base/strings/string16.h" |
#include "ui/accessibility/ax_export.h" |
namespace ui { |
@@ -34,6 +35,7 @@ AX_EXPORT extern const char kAXToggleButtonClassname[]; |
AX_EXPORT extern const char kAXViewClassname[]; |
AX_EXPORT extern const char kAXViewGroupClassname[]; |
AX_EXPORT extern const char kAXWebViewClassname[]; |
+AX_EXPORT extern const base::char16 kSecurePasswordBullet; |
} // namespace ui |