| Index: chrome/test/base/test_switches.h
|
| diff --git a/chrome/test/base/test_switches.h b/chrome/test/base/test_switches.h
|
| index 8e7c64dd515253d5443ef72015678867e7d31908..5a0945a63424c33f85bfd209c4a09033fbb135cd 100644
|
| --- a/chrome/test/base/test_switches.h
|
| +++ b/chrome/test/base/test_switches.h
|
| @@ -6,6 +6,7 @@
|
| #define CHROME_TEST_BASE_TEST_SWITCHES_H_
|
|
|
| #include "build/build_config.h"
|
| +#include "ppapi/features/features.h"
|
|
|
| namespace switches {
|
|
|
| @@ -13,7 +14,7 @@ namespace switches {
|
| // alongside the definition of their values in the .cc file.
|
| extern const char kAlsoEmitSuccessLogs[];
|
|
|
| -#if defined(ENABLE_PLUGINS)
|
| +#if BUILDFLAG(ENABLE_PLUGINS)
|
| extern const char kRebaselinePixelTests[];
|
| #endif
|
|
|
|
|