| Index: chromecast/browser/cast_http_user_agent_settings.cc
|
| diff --git a/chromecast/browser/cast_http_user_agent_settings.cc b/chromecast/browser/cast_http_user_agent_settings.cc
|
| index fcce6bafc5320b4f33082ce231ca5c6756eb2e52..1161c00ed0f3fa8e64b00bb9217cb567f291af28 100644
|
| --- a/chromecast/browser/cast_http_user_agent_settings.cc
|
| +++ b/chromecast/browser/cast_http_user_agent_settings.cc
|
| @@ -33,7 +33,7 @@ std::string CastHttpUserAgentSettings::GetAcceptLanguage() const {
|
| std::string new_locale(
|
| #if defined(OS_ANDROID)
|
| // TODO(byungchul): Use transient locale set when new app starts.
|
| - base::android::GetDefaultLocale()
|
| + base::android::GetDefaultLocaleString()
|
| #else
|
| base::i18n::GetConfiguredLocale()
|
| #endif
|
|
|