| Index: chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc
|
| diff --git a/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc b/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc
|
| index 37f6900b183678fce5b1706e32abf92b00e6d4a1..22eae9fd369f8081f454fdcca1d3a0bf6f9566be 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc
|
| +++ b/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc
|
| @@ -70,7 +70,7 @@ class ProfileListChromeOSTest : public testing::Test {
|
| }
|
|
|
| FakeUserManager* GetFakeUserManager() {
|
| - return static_cast<FakeUserManager*>(UserManager::Get());
|
| + return static_cast<FakeUserManager*>(GetUserManager());
|
| }
|
|
|
| void AddProfile(base::string16 name, bool log_in) {
|
|
|