| Index: ui/gfx/render_text_win.cc
|
| diff --git a/ui/gfx/render_text_win.cc b/ui/gfx/render_text_win.cc
|
| index 4afbc7fa71e587fc3b577792ae283c9c29cebda6..3dd57af2420faaa8a55ff0a1053984a9d001d1d4 100644
|
| --- a/ui/gfx/render_text_win.cc
|
| +++ b/ui/gfx/render_text_win.cc
|
| @@ -121,7 +121,7 @@ void DeriveFontIfNecessary(int font_size,
|
| }
|
|
|
| // Returns true if |c| is a Unicode BiDi control character.
|
| -bool IsUnicodeBidiControlCharacter(char16 c) {
|
| +bool IsUnicodeBidiControlCharacter(base::char16 c) {
|
| return c == base::i18n::kRightToLeftMark ||
|
| c == base::i18n::kLeftToRightMark ||
|
| c == base::i18n::kLeftToRightEmbeddingMark ||
|
|
|