| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 8c206bd554c3a3af6d65ca3eee80df4f292bb2df..1ae1bb462ecfe694c3a870cb89d624b6bbff2369 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -335,7 +335,7 @@ extern const char kPluginsShowDetails[];
|
| #endif
|
| extern const char kPluginsAllowOutdated[];
|
| extern const char kPluginsAlwaysAuthorize[];
|
| -#if defined(ENABLE_PLUGIN_INSTALLATION)
|
| +#if BUILDFLAG(ENABLE_PLUGIN_INSTALLATION)
|
| extern const char kPluginsMetadata[];
|
| extern const char kPluginsResourceCacheUpdate[];
|
| #endif
|
|
|