| Index: content/browser/accessibility/browser_accessibility_win.h
|
| diff --git a/content/browser/accessibility/browser_accessibility_win.h b/content/browser/accessibility/browser_accessibility_win.h
|
| index 69d6efb76314d5a1c829d690ba1ff4e3f0c3f9a8..c2a6b7afd115a66a8a26b0af77a8fb7519d046ad 100644
|
| --- a/content/browser/accessibility/browser_accessibility_win.h
|
| +++ b/content/browser/accessibility/browser_accessibility_win.h
|
| @@ -82,7 +82,7 @@ BrowserAccessibilityWin
|
| // Represents a non-static text node in IAccessibleHypertext. This character
|
| // is embedded in the response to IAccessibleText::get_text, indicating the
|
| // position where a non-static text child object appears.
|
| - CONTENT_EXPORT static const char16 kEmbeddedCharacter[];
|
| + CONTENT_EXPORT static const base::char16 kEmbeddedCharacter[];
|
|
|
| // Mappings from roles and states to human readable strings. Initialize
|
| // with |InitializeStringMaps|.
|
|
|