| Index: content/public/common/pepper_plugin_info.h
|
| diff --git a/content/public/common/pepper_plugin_info.h b/content/public/common/pepper_plugin_info.h
|
| index 9a26ce465c5f39cc9996a5077c8ab1b71a73373a..7a6e82e5973e125a10478505edddc6a9c380f592 100644
|
| --- a/content/public/common/pepper_plugin_info.h
|
| +++ b/content/public/common/pepper_plugin_info.h
|
| @@ -15,8 +15,9 @@
|
| #include "content/public/common/webplugininfo.h"
|
| #include "ppapi/c/pp_module.h"
|
| #include "ppapi/c/ppb.h"
|
| +#include "ppapi/features/features.h"
|
|
|
| -#if !defined(ENABLE_PLUGINS)
|
| +#if !BUILDFLAG(ENABLE_PLUGINS)
|
| #error "Plugins should be enabled"
|
| #endif
|
|
|
|
|