| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 6d7a341356f00a8dc41166fe162794a465ba657c..521ed75cbf717b5b2c0f09f7929e1e993afaf655 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -7,6 +7,7 @@
|
| #include "base/base_switches.h"
|
| #include "base/command_line.h"
|
| #include "build/build_config.h"
|
| +#include "printing/features/features.h"
|
|
|
| namespace switches {
|
|
|
| @@ -1255,7 +1256,7 @@ const char kWindows10CustomTitlebar[] = "windows10-custom-titlebar";
|
| const char kWindows8Search[] = "windows8-search";
|
| #endif // defined(OS_WIN)
|
|
|
| -#if defined(ENABLE_PRINT_PREVIEW) && !defined(OFFICIAL_BUILD)
|
| +#if BUILDFLAG(ENABLE_PRINT_PREVIEW) && !defined(OFFICIAL_BUILD)
|
| // Enables support to debug printing subsystem.
|
| const char kDebugPrint[] = "debug-print";
|
| #endif
|
|
|