| Index: content/browser/renderer_host/pepper/browser_ppapi_host_impl.h
 | 
| diff --git a/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h b/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h
 | 
| index 35949addc723c83e9008b80d9db3f96bbb286c6e..8b8f353bf826688e1d6fb44e41a5aefba1596769 100644
 | 
| --- a/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h
 | 
| +++ b/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h
 | 
| @@ -24,9 +24,10 @@
 | 
|  #include "content/public/browser/browser_ppapi_host.h"
 | 
|  #include "content/public/common/process_type.h"
 | 
|  #include "ipc/message_filter.h"
 | 
| +#include "ppapi/features/features.h"
 | 
|  #include "ppapi/host/ppapi_host.h"
 | 
|  
 | 
| -#if !defined(ENABLE_PLUGINS)
 | 
| +#if !BUILDFLAG(ENABLE_PLUGINS)
 | 
|  #error "Plugins should be enabled"
 | 
|  #endif
 | 
|  
 | 
| 
 |