| Index: chrome/browser/chromeos/power/extension_event_observer_unittest.cc
|
| diff --git a/chrome/browser/chromeos/power/extension_event_observer_unittest.cc b/chrome/browser/chromeos/power/extension_event_observer_unittest.cc
|
| index 06fff499438e47d3bf960b8f96c086bc061c858b..455fb6a3624e27ec358b42b9347147ac0fd8149e 100644
|
| --- a/chrome/browser/chromeos/power/extension_event_observer_unittest.cc
|
| +++ b/chrome/browser/chromeos/power/extension_event_observer_unittest.cc
|
| @@ -68,11 +68,9 @@
|
| ASSERT_TRUE(profile_manager_->SetUp());
|
|
|
| const char kUserProfile[] = "profile1@example.com";
|
| - const AccountId account_id(AccountId::FromUserEmail(kUserProfile));
|
| - fake_user_manager_->AddUser(account_id);
|
| - fake_user_manager_->LoginUser(account_id);
|
| - profile_ =
|
| - profile_manager_->CreateTestingProfile(account_id.GetUserEmail());
|
| + fake_user_manager_->AddUser(kUserProfile);
|
| + fake_user_manager_->LoginUser(kUserProfile);
|
| + profile_ = profile_manager_->CreateTestingProfile(kUserProfile);
|
|
|
| profile_manager_->SetLoggedIn(true);
|
| }
|
|
|