| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 50548011a4474eab28667a84f265e7d51d26df29..99dd99bebc8715c5315375f2313489e41d58388a 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -290,7 +290,7 @@ const char kChromeUISnippetsInternalsHost[] = "snippets-internals";
|
| const char kChromeUIWebApksHost[] = "webapks";
|
| #endif
|
|
|
| -#if defined(ENABLE_WEBVR)
|
| +#if BUILDFLAG(ENABLE_WEBVR)
|
| const char kChromeUIVrShellUIHost[] = "vr-shell-ui";
|
| #endif
|
|
|
|
|