| Index: chrome/common/url_constants.h
 | 
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
 | 
| index a1569aeec395052a5c0c3270a5c79297dfce18f1..45cf35aac3859486f88dfefff5678fc4f74e4530 100644
 | 
| --- a/chrome/common/url_constants.h
 | 
| +++ b/chrome/common/url_constants.h
 | 
| @@ -15,6 +15,7 @@
 | 
|  #include "build/build_config.h"
 | 
|  #include "chrome/common/features.h"
 | 
|  #include "content/public/common/url_constants.h"
 | 
| +#include "printing/features/features.h"
 | 
|  
 | 
|  namespace chrome {
 | 
|  
 | 
| @@ -246,7 +247,7 @@ extern const char kChromeUIWelcomeHost[];
 | 
|  extern const char kChromeUIWelcomeWin10Host[];
 | 
|  extern const char kChromeUIWorkersHost[];
 | 
|  
 | 
| -#if defined(ENABLE_PRINT_PREVIEW)
 | 
| +#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
 | 
|  extern const char kChromeUIPrintHost[];
 | 
|  #endif  // ENABLE_PRINT_PREVIEW
 | 
|  
 | 
| 
 |