| Index: chrome/browser/net/nss_context_chromeos_browsertest.cc
|
| diff --git a/chrome/browser/net/nss_context_chromeos_browsertest.cc b/chrome/browser/net/nss_context_chromeos_browsertest.cc
|
| index 616549cc7522b5733f157b4614ba8caabc8cfd61..bcc869c800ca265b38f3509c129cb750061eed33 100644
|
| --- a/chrome/browser/net/nss_context_chromeos_browsertest.cc
|
| +++ b/chrome/browser/net/nss_context_chromeos_browsertest.cc
|
| @@ -136,7 +136,7 @@
|
| // Log in first user and get their DB.
|
| LoginUser(kTestUser1);
|
| Profile* profile1 = chromeos::ProfileHelper::Get()->GetProfileByUserUnsafe(
|
| - user_manager->FindUser(AccountId::FromUserEmail(kTestUser1)));
|
| + user_manager->FindUser(kTestUser1));
|
| ASSERT_TRUE(profile1);
|
|
|
| DBTester tester1(profile1);
|
| @@ -148,7 +148,7 @@
|
| AddUser(kTestUser2);
|
|
|
| Profile* profile2 = chromeos::ProfileHelper::Get()->GetProfileByUserUnsafe(
|
| - user_manager->FindUser(AccountId::FromUserEmail(kTestUser2)));
|
| + user_manager->FindUser(kTestUser2));
|
| ASSERT_TRUE(profile2);
|
|
|
| DBTester tester2(profile2);
|
|
|