| Index: chrome/browser/ui/app_list/arc/arc_app_list_prefs_factory.cc
|
| diff --git a/chrome/browser/ui/app_list/arc/arc_app_list_prefs_factory.cc b/chrome/browser/ui/app_list/arc/arc_app_list_prefs_factory.cc
|
| index 86a0e7ece73b7b3780e6bcaf751401cc767c4264..543e3949b1a33ce3cb2bc1544af0aee2ac80ec04 100644
|
| --- a/chrome/browser/ui/app_list/arc/arc_app_list_prefs_factory.cc
|
| +++ b/chrome/browser/ui/app_list/arc/arc_app_list_prefs_factory.cc
|
| @@ -48,7 +48,7 @@ ArcAppListPrefsFactory::~ArcAppListPrefsFactory() {
|
| KeyedService* ArcAppListPrefsFactory::BuildServiceInstanceFor(
|
| content::BrowserContext* context) const {
|
| Profile* profile = static_cast<Profile*>(context);
|
| - if (!arc::ArcAuthService::IsAllowedForProfile(profile))
|
| + if (!arc::ArcSessionManager::IsAllowedForProfile(profile))
|
| return nullptr;
|
|
|
| if (is_sync_test_) {
|
|
|