| Index: content/browser/plugin_private_storage_helper.h
|
| diff --git a/content/browser/plugin_private_storage_helper.h b/content/browser/plugin_private_storage_helper.h
|
| index d23dba3763da0cbb158ec26378200541fae5330f..8b80f6f8ed74276568c2a9b7ad89fe51965c8802 100644
|
| --- a/content/browser/plugin_private_storage_helper.h
|
| +++ b/content/browser/plugin_private_storage_helper.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef CONTENT_BROWSER_PLUGIN_PRIVATE_STORAGE_HELPER_H_
|
| #define CONTENT_BROWSER_PLUGIN_PRIVATE_STORAGE_HELPER_H_
|
|
|
| -#if !defined(ENABLE_PLUGINS)
|
| +#include "ppapi/features/features.h"
|
| +
|
| +#if !BUILDFLAG(ENABLE_PLUGINS)
|
| #error This file should only be included when plugins are enabled.
|
| #endif
|
|
|
|
|