| Index: chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| diff --git a/chrome/browser/chromeos/profiles/profile_list_chromeos.cc b/chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| index d154d4412f0bd5dc96672d5774bb893946709184..2cb34b99ec89aad8132933cf326a08947457410b 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| +++ b/chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| @@ -43,7 +43,7 @@ void ProfileListChromeOS::RebuildMenu() {
|
| ClearMenu();
|
|
|
| // Filter for profiles associated with logged-in users.
|
| - UserList users = UserManager::Get()->GetLoggedInUsers();
|
| + UserList users = GetUserManager()->GetLoggedInUsers();
|
|
|
| // Add corresponding profiles.
|
| for (UserList::const_iterator it = users.begin();
|
|
|