Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index fbf1e5848624a56a891cd80b17e6c3b78412d554..fd8b455e6f329e8c67bd0c2133105ee63ab3c9d0 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -6,6 +6,7 @@ |
#include "base/macros.h" |
#include "build/build_config.h" |
+#include "chrome/common/features.h" |
#include "chrome/common/pref_font_webkit_names.h" |
namespace prefs { |
@@ -996,7 +997,7 @@ const char kPluginsAllowOutdated[] = "plugins.allow_outdated"; |
// be always allowed or not. |
const char kPluginsAlwaysAuthorize[] = "plugins.always_authorize"; |
-#if defined(ENABLE_PLUGIN_INSTALLATION) |
+#if BUILDFLAG(ENABLE_PLUGIN_INSTALLATION) |
// Dictionary holding plugins metadata. |
const char kPluginsMetadata[] = "plugins.metadata"; |