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

Unified Diff: ash/common/session/session_controller_unittest.cc

Issue 2617763003: Add a mojo interface for AccountId (Closed)
Patch Set: rebase Created 3 years, 11 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
« no previous file with comments | « ash/common/session/session_controller.cc ('k') | ash/mus/test/wm_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/session/session_controller_unittest.cc
diff --git a/ash/common/session/session_controller_unittest.cc b/ash/common/session/session_controller_unittest.cc
index 280ecae65a70dfba5814d69558eef7c3077c9371..d2a8a4ea4d7e2337ba5e7a3a5797f5d62aada789 100644
--- a/ash/common/session/session_controller_unittest.cc
+++ b/ash/common/session/session_controller_unittest.cc
@@ -93,8 +93,7 @@ class SessionControllerTest : public testing::Test {
mojom::UserSessionPtr session = mojom::UserSession::New();
session->session_id = session_id;
session->type = user_manager::USER_TYPE_REGULAR;
- session->serialized_account_id =
- AccountId::FromUserEmail(email).Serialize();
+ session->account_id = AccountId::FromUserEmail(email);
session->display_name = email;
session->display_email = email;
« no previous file with comments | « ash/common/session/session_controller.cc ('k') | ash/mus/test/wm_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698