| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 49f6b5d95519744d9557a60cc5a2c3a0c90b560c..fcbb09014d1237ecede0d85b79c1cb1bd1a6169a 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1129,7 +1129,7 @@ const char kAllowNaClFileHandleAPI[] = "allow-nacl-file-handle-api";
|
| const char kAllowNaClSocketAPI[] = "allow-nacl-socket-api";
|
| #endif
|
|
|
| -#if defined(ENABLE_WAYLAND_SERVER)
|
| +#if BUILDFLAG(ENABLE_WAYLAND_SERVER)
|
| // Enables Wayland display server support.
|
| const char kEnableWaylandServer[] = "enable-wayland-server";
|
| #endif
|
|
|