| Index: chrome/browser/printing/print_view_manager.h
|
| diff --git a/chrome/browser/printing/print_view_manager.h b/chrome/browser/printing/print_view_manager.h
|
| index b86c0b6474ed0b7d62f8a6b55bb374ffc22a86b3..89cbc741a665b41c3b090159113a7e333711890f 100644
|
| --- a/chrome/browser/printing/print_view_manager.h
|
| +++ b/chrome/browser/printing/print_view_manager.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/macros.h"
|
| #include "chrome/browser/printing/print_view_manager_base.h"
|
| #include "content/public/browser/web_contents_user_data.h"
|
| +#include "printing/features/features.h"
|
|
|
| namespace content {
|
| class RenderProcessHost;
|
| @@ -21,7 +22,7 @@ class PrintViewManager : public PrintViewManagerBase,
|
| public:
|
| ~PrintViewManager() override;
|
|
|
| -#if defined(ENABLE_BASIC_PRINTING)
|
| +#if BUILDFLAG(ENABLE_BASIC_PRINTING)
|
| // Same as PrintNow(), but for the case where a user prints with the system
|
| // dialog from print preview.
|
| // |dialog_shown_callback| is called when the print dialog is shown.
|
|
|