| Index: ui/gfx/pango_util.cc
|
| diff --git a/ui/gfx/pango_util.cc b/ui/gfx/pango_util.cc
|
| index c6f0b62f929b6a82d5d24314c35e045f1f6ebdce..1f8ac261b598a557d4ce6e39faa08e22ad7bda31 100644
|
| --- a/ui/gfx/pango_util.cc
|
| +++ b/ui/gfx/pango_util.cc
|
| @@ -226,7 +226,8 @@ static void SetupPangoLayoutWithoutFont(
|
| if (flags & Canvas::HIDE_PREFIX) {
|
| DCHECK_EQ(1, g_unichar_to_utf8(kAcceleratorChar, NULL));
|
| base::string16 accelerator_removed =
|
| - RemoveAcceleratorChar(text, static_cast<char16>(kAcceleratorChar),
|
| + RemoveAcceleratorChar(text,
|
| + static_cast<base::char16>(kAcceleratorChar),
|
| NULL, NULL);
|
| utf8 = UTF16ToUTF8(accelerator_removed);
|
| } else {
|
|
|