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 7f5f04e56bfef1dc5d93516058ab3024021eb7c4..92d2263f8afc0a20088e99fcc4c1716917d000f7 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller.mm |
+++ b/chrome/browser/ui/cocoa/browser_window_controller.mm |
@@ -1368,8 +1368,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; |
} |