| Index: ui/base/l10n/l10n_util.cc
|
| ===================================================================
|
| --- ui/base/l10n/l10n_util.cc (revision 98426)
|
| +++ ui/base/l10n/l10n_util.cc (working copy)
|
| @@ -36,11 +36,8 @@
|
|
|
| namespace {
|
|
|
| -#if defined(OS_WIN)
|
| -static const FilePath::CharType kLocaleFileExtension[] = L".dll";
|
| -#elif defined(OS_POSIX)
|
| -static const FilePath::CharType kLocaleFileExtension[] = ".pak";
|
| -#endif
|
| +static const FilePath::CharType kLocaleFileExtension[] =
|
| + FILE_PATH_LITERAL(".pak");
|
|
|
| static const char* const kAcceptLanguageList[] = {
|
| "af", // Afrikaans
|
|
|