| Index: chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| diff --git a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| index 585ce4cf992a9c2b10c8053f1776d3be97da891e..289fbc89c24ce7f3cbfa3295663d12c894b3ab1a 100644
|
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| @@ -181,7 +181,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| AppShortcutManagerFactory::GetInstance();
|
| #endif
|
|
|
| -#if defined(ENABLE_APP_LIST)
|
| +#if BUILDFLAG(ENABLE_APP_LIST)
|
| app_list::AppListSyncableServiceFactory::GetInstance();
|
| #endif
|
|
|
|
|