| Index: chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc b/chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc
|
| index 2877e634f5e77a7027148c65e7b1613d27fe6163..8db7f0d5b05cc21b1c4b24e24bcc5ecbdacb3220 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc
|
| @@ -61,7 +61,7 @@ class AccountsOptionsTest : public LoginManagerTest {
|
| }
|
|
|
| protected:
|
| - void CheckAccountsUI(const User* user, bool is_owner) {
|
| + void CheckAccountsUI(const user_manager::User* user, bool is_owner) {
|
| Profile* profile = ProfileHelper::Get()->GetProfileByUser(user);
|
| profile->GetPrefs()->SetString(prefs::kGoogleServicesUsername,
|
| user->email());
|
|
|