Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: ash/ime/input_method_event_handler.cc

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/host/transformer_helper.cc ('k') | ash/keyboard_uma_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ime/input_method_event_handler.cc
diff --git a/ash/ime/input_method_event_handler.cc b/ash/ime/input_method_event_handler.cc
index da7d2fdc665e295b629fc8e8f94187567a152a65..085f9d13e8c2b0c804828e4201dc35b73d621ead 100644
--- a/ash/ime/input_method_event_handler.cc
+++ b/ash/ime/input_method_event_handler.cc
@@ -13,11 +13,9 @@ namespace ash {
// InputMethodEventHandler, public:
InputMethodEventHandler::InputMethodEventHandler(ui::InputMethod* input_method)
- : input_method_(input_method), post_ime_(false) {
-}
+ : input_method_(input_method), post_ime_(false) {}
-InputMethodEventHandler::~InputMethodEventHandler() {
-}
+InputMethodEventHandler::~InputMethodEventHandler() {}
void InputMethodEventHandler::SetPostIME(bool post_ime) {
post_ime_ = post_ime;
« no previous file with comments | « ash/host/transformer_helper.cc ('k') | ash/keyboard_uma_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698