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

Unified Diff: components/user_manager/empty_user_info.h

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.h
diff --git a/components/user_manager/empty_user_info.h b/components/user_manager/empty_user_info.h
index b99e4bb0bed18a3afc55c5fb07c51c9f119f9bc9..1178559216f40a7e54e4de19e41d8c6230f52b74 100644
--- a/components/user_manager/empty_user_info.h
+++ b/components/user_manager/empty_user_info.h
@@ -25,7 +25,7 @@ class USER_MANAGER_EXPORT EmptyUserInfo : 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;

Powered by Google App Engine
This is Rietveld 408576698