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

Unified Diff: components/user_manager/user.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/user.cc
diff --git a/components/user_manager/user.cc b/components/user_manager/user.cc
index 577ec1b05cf78cf136f6fa57deb651eb7831709b..8204238b48229bd70260905a0ede99dc6f083fd3 100644
--- a/components/user_manager/user.cc
+++ b/components/user_manager/user.cc
@@ -139,7 +139,7 @@ User::User(const AccountId& account_id)
User::~User() {}
-std::string User::GetEmail() const {
+std::string User::GetDisplayEmail() const {
return display_email();
}

Powered by Google App Engine
This is Rietveld 408576698