Chromium Code Reviews| Index: base/i18n/i18n_constants.cc |
| diff --git a/base/i18n/i18n_constants.cc b/base/i18n/i18n_constants.cc |
| index 9b8c571564f4265ff68d422deb09b851419a027a..7d2f5fc053861d478ef025695088c59460ff734f 100644 |
| --- a/base/i18n/i18n_constants.cc |
| +++ b/base/i18n/i18n_constants.cc |
| @@ -8,8 +8,6 @@ namespace base { |
| const char kCodepageLatin1[] = "ISO-8859-1"; |
| const char kCodepageUTF8[] = "UTF-8"; |
| -const char kCodepageUTF16BE[] = "UTF-16BE"; |
| -const char kCodepageUTF16LE[] = "UTF-16LE"; |
| } // namespace base |