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

Unified Diff: ash/common/test/test_session_state_delegate.cc

Issue 2450183002: Rename UserInfo method GetEmail to GetDisplayEmail. (Closed)
Patch Set: Update comment Created 4 years, 1 month 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: ash/common/test/test_session_state_delegate.cc
diff --git a/ash/common/test/test_session_state_delegate.cc b/ash/common/test/test_session_state_delegate.cc
index 84a89e23626bddea589181bc5a8b1f3605380bcd..28b60f3ce53f666974d539b3bbbdb557fce8fef4 100644
--- a/ash/common/test/test_session_state_delegate.cc
+++ b/ash/common/test/test_session_state_delegate.cc
@@ -54,7 +54,7 @@ class MockUserInfo : public user_manager::UserInfo {
return base::UTF8ToUTF16("Über Über Über Über");
}
- std::string GetEmail() const override { return display_email_; }
+ std::string GetDisplayEmail() const override { return display_email_; }
const AccountId& GetAccountId() const override { return account_id_; }
« no previous file with comments | « ash/common/system/user/user_card_view.cc ('k') | chrome/browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698