| Index: chrome/browser/ui/gtk/browser_titlebar.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/browser_titlebar.cc (revision 97074)
|
| +++ chrome/browser/ui/gtk/browser_titlebar.cc (working copy)
|
| @@ -312,8 +312,8 @@
|
|
|
| // If multi-profile is enabled set up profile button and login notifications.
|
| // The button lives in its own vbox in container_hbox_.
|
| - ProfileInfoInterface& cache =
|
| - g_browser_process->profile_manager()->GetProfileInfo();
|
| + ProfileInfoCache& cache =
|
| + g_browser_process->profile_manager()->GetProfileInfoCache();
|
| if (ProfileManager::IsMultipleProfilesEnabled() &&
|
| cache.GetNumberOfProfiles() > 1 &&
|
| !browser_window_->browser()->profile()->IsOffTheRecord()) {
|
|
|