| 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 6f47d2eeb6d1073c06b930e3bb25bd07e9e03ecd..398aa3e530587dc4023790976486a4a39bb34522 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc
|
| +++ b/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc
|
| @@ -10,6 +10,7 @@
|
| #include "base/strings/string16.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome/browser/chromeos/login/users/fake_user_manager.h"
|
| +#include "chrome/browser/chromeos/login/users/scoped_user_manager_enabler.h"
|
| #include "chrome/browser/chromeos/profiles/profile_helper.h"
|
| #include "chrome/browser/prefs/pref_service_syncable.h"
|
| #include "chrome/browser/profiles/avatar_menu.h"
|
| @@ -69,7 +70,7 @@ class ProfileListChromeOSTest : public testing::Test {
|
| }
|
|
|
| FakeUserManager* GetFakeUserManager() {
|
| - return static_cast<FakeUserManager*>(UserManager::Get());
|
| + return static_cast<FakeUserManager*>(user_manager::UserManager::Get());
|
| }
|
|
|
| void AddProfile(base::string16 name, bool log_in) {
|
|
|