| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index d57d6eaf51aca6d7c2cdfec20c25888447c4a782..3c5b6fdddc5d2e4019ce371a6f97b6caf20cfc85 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -364,7 +364,7 @@ extern const char kChromeAccessibilityHelpURL[];
|
| extern const char kChromeAccessibilitySettingsURL[];
|
| #endif
|
|
|
| -#if defined (ENABLE_ONE_CLICK_SIGNIN)
|
| +#if BUILDFLAG(ENABLE_ONE_CLICK_SIGNIN)
|
| // "Learn more" URL for the one click signin infobar.
|
| extern const char kChromeSyncLearnMoreURL[];
|
|
|
|
|