| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 307e0fbf5480325aee281c50d94a7bf955296ff4..393a0805c0cb903d425de91e15cfb1e90d3cf5ce 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -448,7 +448,7 @@ extern const char kChromiumProjectURL[];
|
| // first run dialog.
|
| extern const char kLearnMoreReportingURL[];
|
|
|
| -#if defined(ENABLE_PLUGIN_INSTALLATION)
|
| +#if BUILDFLAG(ENABLE_PLUGIN_INSTALLATION)
|
| // The URL for the "Learn more" page for the outdated plugin infobar.
|
| extern const char kOutdatedPluginLearnMoreURL[];
|
| #endif
|
|
|