| Index: chrome/browser/chromeos/login/lock/screen_locker_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/lock/screen_locker_browsertest.cc b/chrome/browser/chromeos/login/lock/screen_locker_browsertest.cc
|
| index 6632afe2d634878bb21f40aab1ce9408629424b5..c3bbabe52f42a8446a3df33740fcdf587f8cd5ed 100644
|
| --- a/chrome/browser/chromeos/login/lock/screen_locker_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/lock/screen_locker_browsertest.cc
|
| @@ -155,7 +155,7 @@
|
| EXPECT_GT(lock_bounds.width(), 10);
|
| EXPECT_GT(lock_bounds.height(), 10);
|
|
|
| - UserContext user_context(login::StubAccountId());
|
| + UserContext user_context(chromeos::login::kStubUser);
|
| user_context.SetKey(Key("pass"));
|
| tester->InjectStubUserContext(user_context);
|
| EXPECT_TRUE(tester->IsLocked());
|
| @@ -212,7 +212,7 @@
|
| EXPECT_FALSE(window_state->hide_shelf_when_fullscreen());
|
| EXPECT_TRUE(tester->IsLocked());
|
| }
|
| - UserContext user_context(login::StubAccountId());
|
| + UserContext user_context(chromeos::login::kStubUser);
|
| user_context.SetKey(Key("pass"));
|
| tester->InjectStubUserContext(user_context);
|
| tester->EnterPassword("pass");
|
|
|