Index: chrome/common/url_constants.cc |
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc |
index 20cb8a227b626f65d0a765cb5593150399ce6bc6..965be471b4f13a9a6c11fdb43b58b13e2e8fab06 100644 |
--- a/chrome/common/url_constants.cc |
+++ b/chrome/common/url_constants.cc |
@@ -532,7 +532,7 @@ const char kChromiumProjectURL[] = "https://www.chromium.org/"; |
const char kLearnMoreReportingURL[] = |
"https://support.google.com/chrome/?p=ui_usagestat"; |
-#if defined(ENABLE_PLUGIN_INSTALLATION) |
+#if BUILDFLAG(ENABLE_PLUGIN_INSTALLATION) |
const char kOutdatedPluginLearnMoreURL[] = |
"https://support.google.com/chrome/?p=ib_outdated_plugin"; |
#endif |