Index: ui/events/keycodes/xkb_keysym.h |
diff --git a/ui/events/keycodes/xkb_keysym.h b/ui/events/keycodes/xkb_keysym.h |
index 79d1f1f95f6f79faa405677d0936fa1190291748..96f2610cda2d1b5ea33c338752522582b22f2ed6 100644 |
--- a/ui/events/keycodes/xkb_keysym.h |
+++ b/ui/events/keycodes/xkb_keysym.h |
@@ -5,15 +5,17 @@ |
#ifndef UI_EVENTS_KEYCODES_XKB_KEYSYM_H_ |
#define UI_EVENTS_KEYCODES_XKB_KEYSYM_H_ |
+#include "ui/base/ui_features.h" |
+ |
// This file provides definitions of the xkbcommon keysym type (xkb_keysym_t) |
// and values (XKB_KEY_...) for both xkbcommon and traditional X11. |
-#if defined(USE_XKBCOMMON) |
+#if BUILDFLAG(USE_XKBCOMMON) |
#include <xkbcommon/xkbcommon.h> |
#include <xkbcommon/xkbcommon-keysyms.h> |
-#else // !defined(USE_XKBCOMMON) |
+#else // !BUILDFLAG(USE_XKBCOMMON) |
#define XK_3270 // For XK_3270_BackTab in particular. |
#include <X11/X.h> |