| Index: chrome/browser/printing/cloud_print/privet_http_impl.h
 | 
| diff --git a/chrome/browser/printing/cloud_print/privet_http_impl.h b/chrome/browser/printing/cloud_print/privet_http_impl.h
 | 
| index 3b367262d57e0f45bae60cf2d15e71dc038a6e3c..d1051c6b89f04b7c9016fceb933a90c8c9c89579 100644
 | 
| --- a/chrome/browser/printing/cloud_print/privet_http_impl.h
 | 
| +++ b/chrome/browser/printing/cloud_print/privet_http_impl.h
 | 
| @@ -16,6 +16,7 @@
 | 
|  #include "base/memory/weak_ptr.h"
 | 
|  #include "chrome/browser/printing/cloud_print/privet_http.h"
 | 
|  #include "components/cloud_devices/common/cloud_device_description.h"
 | 
| +#include "printing/features/features.h"
 | 
|  #include "ui/gfx/geometry/size.h"
 | 
|  
 | 
|  namespace cloud_print {
 | 
| @@ -148,7 +149,7 @@ class PrivetJSONOperationImpl : public PrivetJSONOperation,
 | 
|    std::unique_ptr<PrivetURLFetcher> url_fetcher_;
 | 
|  };
 | 
|  
 | 
| -#if defined(ENABLE_PRINT_PREVIEW)
 | 
| +#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
 | 
|  class PrivetLocalPrintOperationImpl
 | 
|      : public PrivetLocalPrintOperation,
 | 
|        public PrivetURLFetcher::Delegate {
 | 
| 
 |