| Index: components/user_manager/user_info_impl.h
|
| diff --git a/components/user_manager/user_info_impl.h b/components/user_manager/user_info_impl.h
|
| index a22c576b104535d743f4629f3a877aeb75189d55..7c0d84048e36e6b6f5e11c54ddf00c421bcecfbd 100644
|
| --- a/components/user_manager/user_info_impl.h
|
| +++ b/components/user_manager/user_info_impl.h
|
| @@ -25,7 +25,7 @@ class USER_MANAGER_EXPORT UserInfoImpl : 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;
|
|
|
|
|