| Index: chrome/browser/printing/print_view_manager_base.h
 | 
| diff --git a/chrome/browser/printing/print_view_manager_base.h b/chrome/browser/printing/print_view_manager_base.h
 | 
| index f47debfa08634eb7b2da32505681c1bca726858f..21cdb284998055d2d602a5b1bdac7c11aa5ee7af 100644
 | 
| --- a/chrome/browser/printing/print_view_manager_base.h
 | 
| +++ b/chrome/browser/printing/print_view_manager_base.h
 | 
| @@ -13,6 +13,7 @@
 | 
|  #include "components/printing/browser/print_manager.h"
 | 
|  #include "content/public/browser/notification_observer.h"
 | 
|  #include "content/public/browser/notification_registrar.h"
 | 
| +#include "printing/features/features.h"
 | 
|  #include "printing/printed_pages_source.h"
 | 
|  
 | 
|  struct PrintHostMsg_DidPrintPage_Params;
 | 
| @@ -32,7 +33,7 @@ class PrintViewManagerBase : public content::NotificationObserver,
 | 
|   public:
 | 
|    ~PrintViewManagerBase() override;
 | 
|  
 | 
| -#if defined(ENABLE_BASIC_PRINTING)
 | 
| +#if BUILDFLAG(ENABLE_BASIC_PRINTING)
 | 
|    // Prints the current document immediately. Since the rendering is
 | 
|    // asynchronous, the actual printing will not be completed on the return of
 | 
|    // this function. Returns false if printing is impossible at the moment.
 | 
| 
 |