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

Unified Diff: chrome/browser/chromeos/login/login_browsertest.cc

Issue 1412813003: This CL replaces user_manager::UserID with AccountId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@468875--Chrome-OS-handles-deletion-of-Gmail-account-poorly--Create-AccountID-structure-part2--user_names
Patch Set: Rebased. Created 5 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: chrome/browser/chromeos/login/login_browsertest.cc
diff --git a/chrome/browser/chromeos/login/login_browsertest.cc b/chrome/browser/chromeos/login/login_browsertest.cc
index 1a159edaf86ee60c45d56f3bac042c0336642f1f..38ce994eb884be5cdac34fa1a79415f64c934686 100644
--- a/chrome/browser/chromeos/login/login_browsertest.cc
+++ b/chrome/browser/chromeos/login/login_browsertest.cc
@@ -160,7 +160,7 @@ class LoginTest : public LoginManagerTest {
StartGaiaAuthOffline();
- UserContext user_context(kTestUser);
+ UserContext user_context(AccountId::FromUserEmail(kTestUser));
user_context.SetGaiaID(kGaiaId);
user_context.SetKey(Key(kPassword));
SetExpectedCredentials(user_context);

Powered by Google App Engine
This is Rietveld 408576698