| Index: base/android/locale_utils.h
|
| diff --git a/base/android/locale_utils.h b/base/android/locale_utils.h
|
| index b0f3c07ff1795b376eecd8040c53bb9dad6b132b..be68890dfea40cd5841908e0a5393adbb44402c0 100644
|
| --- a/base/android/locale_utils.h
|
| +++ b/base/android/locale_utils.h
|
| @@ -16,8 +16,8 @@ namespace android {
|
|
|
| BASE_EXPORT std::string GetDefaultCountryCode();
|
|
|
| -// Return the current default locale of the device.
|
| -BASE_EXPORT std::string GetDefaultLocale();
|
| +// Return the current default locale of the device as string.
|
| +BASE_EXPORT std::string GetDefaultLocaleString();
|
|
|
| } // namespace android
|
| } // namespace base
|
|
|