| Index: base/i18n/icu_string_conversions.cc
|
| diff --git a/base/i18n/icu_string_conversions.cc b/base/i18n/icu_string_conversions.cc
|
| index 2ff5009b120ab36534c7a94e6b9f31ec20e90fea..292d614d62796c33c7eafbecbfaef49e3296e4b9 100644
|
| --- a/base/i18n/icu_string_conversions.cc
|
| +++ b/base/i18n/icu_string_conversions.cc
|
| @@ -144,11 +144,6 @@ inline UConverterType utf32_platform_endian() {
|
|
|
| } // namespace
|
|
|
| -const char kCodepageLatin1[] = "ISO-8859-1";
|
| -const char kCodepageUTF8[] = "UTF-8";
|
| -const char kCodepageUTF16BE[] = "UTF-16BE";
|
| -const char kCodepageUTF16LE[] = "UTF-16LE";
|
| -
|
| // Codepage <-> Wide/UTF-16 ---------------------------------------------------
|
|
|
| bool UTF16ToCodepage(const string16& utf16,
|
|
|