| Index: chrome/browser/ui/views/frame/browser_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/browser_view.cc (revision 97074)
|
| +++ chrome/browser/ui/views/frame/browser_view.cc (working copy)
|
| @@ -479,8 +479,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;
|
| }
|
|
|
|
|