| Index: chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc b/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc
|
| index 548a45f7e0e956900a3351f99a10f45dd73a7729..e63a742538648284748efefae6c7ea56eb590107 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc
|
| +++ b/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc
|
| @@ -22,8 +22,8 @@
|
| #include "ui/chromeos/ime/input_method_menu_item.h"
|
| #include "ui/chromeos/ime/input_method_menu_manager.h"
|
| #include "ui/events/event.h"
|
| -#include "ui/events/keycodes/dom3/dom_code.h"
|
| -#include "ui/events/keycodes/dom4/keycode_converter.h"
|
| +#include "ui/events/keycodes/dom/dom_code.h"
|
| +#include "ui/events/keycodes/dom/keycode_converter.h"
|
|
|
| namespace chromeos {
|
| namespace input_method {
|
|
|