| Index: ui/events/keycodes/keysym_to_unicode.cc
|
| diff --git a/ui/events/x/keysym_to_unicode.cc b/ui/events/keycodes/keysym_to_unicode.cc
|
| similarity index 99%
|
| rename from ui/events/x/keysym_to_unicode.cc
|
| rename to ui/events/keycodes/keysym_to_unicode.cc
|
| index fc3f789c506b0eefbb0570e2e3a2c74071f87394..9f390ee0a03d7accaf76fefab391afe546a8aefb 100644
|
| --- a/ui/events/x/keysym_to_unicode.cc
|
| +++ b/ui/events/keycodes/keysym_to_unicode.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/events/x/keysym_to_unicode.h"
|
| +#include "ui/events/keycodes/keysym_to_unicode.h"
|
|
|
| #include <stddef.h>
|
|
|
|
|