Index: chrome/browser/ime_input.h |
diff --git a/chrome/browser/ime_input.h b/chrome/browser/ime_input.h |
index 16e6110caf37f9dbeaf434c59b50419834905180..e446ad32755d7cd222fb85faa1046b3e88fd9f8e 100644 |
--- a/chrome/browser/ime_input.h |
+++ b/chrome/browser/ime_input.h |
@@ -224,8 +224,8 @@ class ImeInput { |
// position without finishing it. |
void EnableIME(HWND window_handle); |
- // Disables the IME attached to the given window, i.e. prohibits any user-input |
- // events from being dispatched to the IME. |
+ // Disables the IME attached to the given window, i.e. prohibits any |
+ // user-input events from being dispatched to the IME. |
// In Chrome, this function is used when: |
// * a renreder process sets its input focus to a password input. |
// Parameters |