Index: content/browser/renderer_host/ime_adapter_android.h |
diff --git a/content/browser/renderer_host/ime_adapter_android.h b/content/browser/renderer_host/ime_adapter_android.h |
index 71ffef2a668cca615d2741a97aa8a6ff364f0034..72ab6d3ed3298b683e3aef302472a424f4de310f 100644 |
--- a/content/browser/renderer_host/ime_adapter_android.h |
+++ b/content/browser/renderer_host/ime_adapter_android.h |
@@ -43,7 +43,7 @@ class CONTENT_EXPORT ImeAdapterAndroid { |
const base::android::JavaParamRef<jobject>& original_key_event, |
int type, |
int modifiers, |
- long event_time, |
+ jlong time_ms, |
int key_code, |
int scan_code, |
bool is_system_key, |