| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index 8311458eca0fa48497a10b72815b1fb8d7fb8a9f..c5134c1108626e8aa9cb9b51628ed87c8c685172 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -25,6 +25,7 @@
|
| #include "chrome/browser/lifetime/keep_alive_state_observer.h"
|
| #include "chrome/common/features.h"
|
| #include "components/prefs/pref_change_registrar.h"
|
| +#include "printing/features/features.h"
|
|
|
| class ChromeChildProcessWatcher;
|
| class ChromeDeviceClient;
|
| @@ -232,7 +233,7 @@ class BrowserProcessImpl : public BrowserProcess,
|
| std::unique_ptr<DevToolsAutoOpener> devtools_auto_opener_;
|
| #endif
|
|
|
| -#if defined(ENABLE_PRINT_PREVIEW)
|
| +#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
|
| scoped_refptr<printing::PrintPreviewDialogController>
|
| print_preview_dialog_controller_;
|
|
|
|
|