| Index: components/user_manager/empty_user_info.cc
|
| diff --git a/components/user_manager/empty_user_info.cc b/components/user_manager/empty_user_info.cc
|
| index 07b4087ba0d9c9652b76ecb98d97e016b64c754d..85f97fab6bee47435453a8d8fdf7ee6d0eef5f2f 100644
|
| --- a/components/user_manager/empty_user_info.cc
|
| +++ b/components/user_manager/empty_user_info.cc
|
| @@ -26,7 +26,7 @@ base::string16 EmptyUserInfo::GetGivenName() const {
|
| return base::string16();
|
| }
|
|
|
| -std::string EmptyUserInfo::GetEmail() const {
|
| +std::string EmptyUserInfo::GetDisplayEmail() const {
|
| NOTIMPLEMENTED();
|
| return std::string();
|
| }
|
|
|