| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index b664ff4842d718ea553a93010b5fee20dc08b781..20cb8a227b626f65d0a765cb5593150399ce6bc6 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -707,7 +707,7 @@ const char* const kChromeHostURLs[] = {
|
| #if defined(ENABLE_PRINT_PREVIEW)
|
| kChromeUIPrintHost,
|
| #endif
|
| -#if defined(ENABLE_SERVICE_DISCOVERY)
|
| +#if BUILDFLAG(ENABLE_SERVICE_DISCOVERY)
|
| kChromeUIDevicesHost,
|
| #endif
|
| #if defined(ENABLE_WEBRTC)
|
|
|