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

Unified Diff: ui/base/ime/input_method_auralinux_unittest.cc

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_unittest.cc
diff --git a/ui/base/ime/input_method_auralinux_unittest.cc b/ui/base/ime/input_method_auralinux_unittest.cc
index 2f8e215a133747f086f1c70c14471a4667a59ac8..7424f5f50246c6c45546b9797da4eed0f7d97c46 100644
--- a/ui/base/ime/input_method_auralinux_unittest.cc
+++ b/ui/base/ime/input_method_auralinux_unittest.cc
@@ -154,8 +154,8 @@ class LinuxInputMethodContextFactoryForTesting
class InputMethodDelegateForTesting : public internal::InputMethodDelegate {
public:
- InputMethodDelegateForTesting(){};
- ~InputMethodDelegateForTesting() override{};
+ InputMethodDelegateForTesting() {}
+ ~InputMethodDelegateForTesting() override {}
ui::EventDispatchDetails DispatchKeyEventPostIME(
ui::KeyEvent* key_event) override {
« no previous file with comments | « ui/base/ime/input_method_auralinux.h ('k') | ui/events/ozone/evdev/tablet_event_converter_evdev_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698