Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1840)

Unified Diff: components/user_manager/empty_user_info.cc

Issue 2450183002: Rename UserInfo method GetEmail to GetDisplayEmail. (Closed)
Patch Set: Fixed build in a dependent CL. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698