aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_ui_input__method_input__method__engine__base.cc
blob: fd379c49386c3d7688a1028eada6a23de9f56960 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/ui/input_method/input_method_engine_base.cc.orig	2020-02-03 21:53:29 UTC
+++ chrome/browser/ui/input_method/input_method_engine_base.cc
@@ -31,7 +31,7 @@
 #include "ui/base/ime/chromeos/ime_keymap.h"
 #elif defined(OS_WIN)
 #include "ui/events/keycodes/keyboard_codes_win.h"
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_BSD)
 #include "ui/events/keycodes/keyboard_codes_posix.h"
 #endif