Index: chrome/browser/prefs/browser_prefs.cc |
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc |
index 0a04148c8b66e81fe7a0d11a8a38313b66f84e77..3bc9d63ddfc9e63cff3610491286c0c61349ca29 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" |
@@ -537,7 +538,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 |