| Index: components/user_manager/user_names.cc
|
| diff --git a/components/user_manager/user_names.cc b/components/user_manager/user_names.cc
|
| index b873a3da5d9a7983a2931fabaaf6f998b36d61c7..ca28af9d9ff99ca5f828a9983f30b835293f9273 100644
|
| --- a/components/user_manager/user_names.cc
|
| +++ b/components/user_manager/user_names.cc
|
| @@ -54,7 +54,7 @@ FixedAccountManager::FixedAccountManager()
|
|
|
| namespace user_manager {
|
|
|
| -const char kStubUser[] = "stub-user@example.com";
|
| +const char kStubUser[] = "stub-user@consumer.example.com";
|
|
|
| // Should match cros constant in platform/libchromeos/chromeos/cryptohome.h
|
| const char kGuestUserName[] = "$guest";
|
|
|