summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ime_input.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-28 16:48:10 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-28 16:48:10 +0000
commit15f8012b270d0eb76fe7e57e8e5e54b12ef68223 (patch)
tree3f98fa67543df030c81b5ed1c054bf328ccac3cc /chrome/browser/ime_input.h
parentb866a02d3444bcc56199533fa264827ed73601cd (diff)
downloadchromium_src-15f8012b270d0eb76fe7e57e8e5e54b12ef68223.zip
chromium_src-15f8012b270d0eb76fe7e57e8e5e54b12ef68223.tar.gz
chromium_src-15f8012b270d0eb76fe7e57e8e5e54b12ef68223.tar.bz2
Fix lines longer than 80 characters.
BUG=50266 TEST=None Review URL: http://codereview.chromium.org/3013038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ime_input.h')
-rw-r--r--chrome/browser/ime_input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ime_input.h b/chrome/browser/ime_input.h
index 16e6110..e446ad3 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