| Index: chrome/browser/ui/cocoa/browser_window_controller.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/browser_window_controller.mm (revision 97074)
|
| +++ chrome/browser/ui/cocoa/browser_window_controller.mm (working copy)
|
| @@ -1368,8 +1368,8 @@
|
|
|
| if (ProfileManager::IsMultipleProfilesEnabled()) {
|
| // Show the profile avatar after the user has created more than one profile.
|
| - ProfileInfoInterface& cache =
|
| - g_browser_process->profile_manager()->GetProfileInfo();
|
| + ProfileInfoCache& cache =
|
| + g_browser_process->profile_manager()->GetProfileInfoCache();
|
| return cache.GetNumberOfProfiles() > 1;
|
| }
|
|
|
|
|