Index: apps/moterm/key_util.h |
diff --git a/apps/moterm/key_util.h b/apps/moterm/key_util.h |
index 7b5fb98b45f436ae560b74a8a0a5e62e272b72d9..045ee526f6ba71601e6106a91d8a458d1fdd03df 100644 |
--- a/apps/moterm/key_util.h |
+++ b/apps/moterm/key_util.h |
@@ -13,7 +13,7 @@ class Event; |
// Gets an appropriate (VT100/xterm-ish) sequence of characters to generate for |
// the given key pressed event (|key_event| must have |action| value |
-// |EVENT_TYPE_KEY_PRESSED|). |keypad_application_mode| indicates if the keypad |
+// |EventType::KEY_PRESSED|). |keypad_application_mode| indicates if the keypad |
// is in "application mode". |
std::string GetInputSequenceForKeyPressedEvent(const mojo::Event& key_event, |
bool keypad_application_mode); |