| Index: chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc
|
| index da650894bc43efc85dec1c4deea8b8dd3c3580a1..f82464e9d3cbb9ffff2ccf13b439d47cf1213b3d 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc
|
| @@ -285,7 +285,7 @@ void CoreChromeOSOptionsHandler::GetLocalizedValues(
|
|
|
| // Check at load time whether this is a secondary user in a multi-profile
|
| // session.
|
| - User* user = ProfileHelper::Get()->GetUserByProfile(profile);
|
| + user_manager::User* user = ProfileHelper::Get()->GetUserByProfile(profile);
|
| if (user && user->email() != user_manager->GetPrimaryUser()->email()) {
|
| const std::string& primary_email = user_manager->GetPrimaryUser()->email();
|
|
|
|
|