| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 8b3cd4068f12180901335e7f2bd402003e01e981..9e4150263cd67aace4330b4e1509c04a726c5e8d 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -3,6 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "chrome/common/chrome_features.h"
|
| +#include "printing/features/features.h"
|
|
|
| namespace features {
|
|
|
| @@ -95,7 +96,7 @@ const base::Feature kOverrideYouTubeFlashEmbed{
|
| "OverrideYouTubeFlashEmbed", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| // Enables the Print Scaling feature in print preview.
|
| -#if defined(ENABLE_PRINT_PREVIEW)
|
| +#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
|
| const base::Feature kPrintScaling{"PrintScaling",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
| #endif
|
|
|