| Index: components/user_manager/user_info.h
|
| diff --git a/components/user_manager/user_info.h b/components/user_manager/user_info.h
|
| index 6a692d62193d7c4dfb94c8b937cafc87767bd348..5f73252fc8eeb66b280aa48b5415d08ae1a3e058 100644
|
| --- a/components/user_manager/user_info.h
|
| +++ b/components/user_manager/user_info.h
|
| @@ -33,7 +33,7 @@ class USER_MANAGER_EXPORT UserInfo {
|
| // Gets the display email address for the user.
|
| // The display email address might contains some periods in the email name
|
| // as well as capitalized letters. For example: "Foo.Bar@mock.com".
|
| - virtual std::string GetEmail() const = 0;
|
| + virtual std::string GetDisplayEmail() const = 0;
|
|
|
| // Returns AccountId for the user.
|
| virtual const AccountId& GetAccountId() const = 0;
|
|
|