Index: chrome/browser/ui/cocoa/browser_window_controller.mm |
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.mm b/chrome/browser/ui/cocoa/browser_window_controller.mm |
index 024760945c4c7d6c0238c8d770ee008cb35b87cc..649796ecc370d3658a02baf2ce68fbf0a7ab793b 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller.mm |
+++ b/chrome/browser/ui/cocoa/browser_window_controller.mm |
@@ -1396,8 +1396,8 @@ enum { |
if (ProfileManager::IsMultipleProfilesEnabled()) { |
// Show the profile avatar after the user has created more than one profile. |
- ProfileInfoCache& cache = |
- g_browser_process->profile_manager()->GetProfileInfoCache(); |
+ ProfileInfoInterface& cache = |
+ g_browser_process->profile_manager()->GetProfileInfo(); |
return cache.GetNumberOfProfiles() > 1; |
} |