Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index 8408b743babec78608f8eb8e05663e5579d1b070..9500473c903e6ae554036469e47842ea36cf52b3 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -1354,7 +1354,7 @@ void ProfileImpl::ChangeAppLocale( |
GetPrefs()->SetString(prefs::kApplicationLocale, new_locale); |
local_state->SetString(prefs::kApplicationLocale, new_locale); |
- if (chromeos::UserManager::Get()->current_user_is_owner()) |
+ if (chromeos::UserManager::Get()->IsCurrentUserOwner()) |
local_state->SetString(prefs::kOwnerLocale, new_locale); |
} |