| Index: components/user_manager/empty_user_info.h
|
| diff --git a/components/user_manager/empty_user_info.h b/components/user_manager/empty_user_info.h
|
| index b99e4bb0bed18a3afc55c5fb07c51c9f119f9bc9..1178559216f40a7e54e4de19e41d8c6230f52b74 100644
|
| --- a/components/user_manager/empty_user_info.h
|
| +++ b/components/user_manager/empty_user_info.h
|
| @@ -25,7 +25,7 @@ class USER_MANAGER_EXPORT EmptyUserInfo : public UserInfo {
|
| // UserInfo:
|
| base::string16 GetDisplayName() const override;
|
| base::string16 GetGivenName() const override;
|
| - std::string GetEmail() const override;
|
| + std::string GetDisplayEmail() const override;
|
| const AccountId& GetAccountId() const override;
|
| const gfx::ImageSkia& GetImage() const override;
|
|
|
|
|