| Index: components/exo/wayland/server.cc
|
| diff --git a/components/exo/wayland/server.cc b/components/exo/wayland/server.cc
|
| index 52727be9f5fa14ffb568a740df84587d10959fd9..aee2320cbe656a3d41d9a54676d1055ccc5bb875 100644
|
| --- a/components/exo/wayland/server.cc
|
| +++ b/components/exo/wayland/server.cc
|
| @@ -59,7 +59,7 @@
|
|
|
| #if defined(USE_XKBCOMMON)
|
| #include <xkbcommon/xkbcommon.h>
|
| -#include "ui/events/keycodes/scoped_xkb.h"
|
| +#include "ui/events/keycodes/scoped_xkb.h" // nogncheck
|
| #endif
|
|
|
| DECLARE_WINDOW_PROPERTY_TYPE(wl_resource*);
|
|
|