Index: apps/moterm/key_util.cc |
diff --git a/apps/moterm/key_util.cc b/apps/moterm/key_util.cc |
index c6ca00452507333d2af5b35694d24498059ca883..b37234e68416e4b305474307c3fa9d8232659e0a 100644 |
--- a/apps/moterm/key_util.cc |
+++ b/apps/moterm/key_util.cc |
@@ -5,8 +5,8 @@ |
#include "apps/moterm/key_util.h" |
#include "base/logging.h" |
-#include "mojo/services/input_events/public/interfaces/input_events.mojom.h" |
-#include "mojo/services/input_events/public/interfaces/input_key_codes.mojom.h" |
+#include "mojo/services/input_events/interfaces/input_events.mojom.h" |
+#include "mojo/services/input_events/interfaces/input_key_codes.mojom.h" |
// TODO(vtl): Handle more stuff and verify that we're consistent about the |
// sequences we generate. |