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

Unified Diff: ui/base/ime/input_method_auralinux.h

Issue 2926553004: Remove trailing semicolon at the end of a method definition (Closed)
Patch Set: rebase Created 3 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
Index: ui/base/ime/input_method_auralinux.h
diff --git a/ui/base/ime/input_method_auralinux.h b/ui/base/ime/input_method_auralinux.h
index 00f92c62f6d104bd8d027152ef66609a7455fba8..85dcd777e3bf07d0a582f4375db5bbfd01482dd3 100644
--- a/ui/base/ime/input_method_auralinux.h
+++ b/ui/base/ime/input_method_auralinux.h
@@ -39,7 +39,7 @@ class UI_BASE_IME_EXPORT InputMethodAuraLinux
void OnCommit(const base::string16& text) override;
void OnPreeditChanged(const CompositionText& composition_text) override;
void OnPreeditEnd() override;
- void OnPreeditStart() override{};
+ void OnPreeditStart() override {}
protected:
// Overridden from InputMethodBase.
« no previous file with comments | « third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp ('k') | ui/base/ime/input_method_auralinux_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698