| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index b8bb861d4e36cf05d04186492ceea63cf591aecc..6f831afc1aa917c1244b3c93b6bd66d9b74f21c7 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -9,6 +9,7 @@
|
| #define CHROME_COMMON_CHROME_SWITCHES_H_
|
|
|
| #include "build/build_config.h"
|
| +#include "printing/features/features.h"
|
|
|
| // Don't add more switch files here. This is linked into some places like the
|
| // installer where dependencies should be limited. Instead, have files
|
| @@ -372,7 +373,7 @@ extern const char kWindows10CustomTitlebar[];
|
| extern const char kWindows8Search[];
|
| #endif // defined(OS_WIN)
|
|
|
| -#if defined(ENABLE_PRINT_PREVIEW) && !defined(OFFICIAL_BUILD)
|
| +#if BUILDFLAG(ENABLE_PRINT_PREVIEW) && !defined(OFFICIAL_BUILD)
|
| extern const char kDebugPrint[];
|
| #endif
|
|
|
|
|