| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index 978096ac705bc2cc0ff772e6a3fee6fb9e30b7d0..82f0a9c1c58092388d8203de2ed64f32dffcd44d 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -9,6 +9,7 @@
|
| #define CHROME_COMMON_CHROME_FEATURES_H_
|
|
|
| #include "base/feature_list.h"
|
| +#include "printing/features/features.h"
|
|
|
| namespace features {
|
|
|
| @@ -71,7 +72,7 @@ extern const base::Feature kOverrideYouTubeFlashEmbed;
|
| extern const base::Feature kPreferHtmlOverPlugins;
|
| #endif
|
|
|
| -#if defined(ENABLE_PRINT_PREVIEW)
|
| +#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
|
| extern const base::Feature kPrintScaling;
|
| #endif
|
|
|
|
|