| Index: chrome/browser/prefs/browser_prefs.cc
|
| diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
|
| index 571b0ed110393f2a362997c310f2c47d550cdfaf..70f92565990c9fc00348fd2e114415282cc9bf69 100644
|
| --- a/chrome/browser/prefs/browser_prefs.cc
|
| +++ b/chrome/browser/prefs/browser_prefs.cc
|
| @@ -107,6 +107,7 @@
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/render_process_host.h"
|
| #include "net/http/http_server_properties_manager.h"
|
| +#include "printing/features/features.h"
|
|
|
| #if BUILDFLAG(ENABLE_APP_LIST)
|
| #include "chrome/browser/apps/drive/drive_app_mapping.h"
|
| @@ -536,7 +537,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| PluginsUI::RegisterProfilePrefs(registry);
|
| #endif
|
|
|
| -#if defined(ENABLE_PRINT_PREVIEW)
|
| +#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
|
| printing::StickySettings::RegisterProfilePrefs(registry);
|
| #endif
|
|
|
|
|