| Index: chrome/browser/ui/gtk/gtk_util.cc
|
| diff --git a/chrome/browser/ui/gtk/gtk_util.cc b/chrome/browser/ui/gtk/gtk_util.cc
|
| index 6c07e14ba04517ebb223cd6dce4d900c3f1bfdb1..3166f5fa78274d5a9e8400b51b06f12e3c608b76 100644
|
| --- a/chrome/browser/ui/gtk/gtk_util.cc
|
| +++ b/chrome/browser/ui/gtk/gtk_util.cc
|
| @@ -23,6 +23,7 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_info_cache.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| +#include "chrome/browser/profiles/profiles_state.h"
|
| #include "chrome/browser/themes/theme_properties.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_iterator.h"
|
| @@ -151,7 +152,7 @@ GdkPixbuf* GetAvatarIcon(Profile* profile) {
|
| const ProfileInfoCache& cache =
|
| g_browser_process->profile_manager()->GetProfileInfoCache();
|
|
|
| - if (!ProfileManager::IsMultipleProfilesEnabled() ||
|
| + if (!profiles::IsMultipleProfilesEnabled() ||
|
| cache.GetNumberOfProfiles() < 2)
|
| return NULL;
|
|
|
|
|