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

Unified Diff: remoting/host/touch_injector_win_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
« no previous file with comments | « net/tools/quic/quic_simple_server_stream_test.cc ('k') | remoting/test/protocol_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/touch_injector_win_unittest.cc
diff --git a/remoting/host/touch_injector_win_unittest.cc b/remoting/host/touch_injector_win_unittest.cc
index 4e0fc17fe65f430bd803d5bc8f8dbf2a13ad9371..5b0c75bab7375e5e2f31cd7361201c8e3a63847e 100644
--- a/remoting/host/touch_injector_win_unittest.cc
+++ b/remoting/host/touch_injector_win_unittest.cc
@@ -76,7 +76,7 @@ class TouchInjectorWinDelegateMock : public TouchInjectorWinDelegate {
public:
TouchInjectorWinDelegateMock()
: TouchInjectorWinDelegate(nullptr, nullptr, nullptr) {}
- ~TouchInjectorWinDelegateMock() override {};
+ ~TouchInjectorWinDelegateMock() override {}
MOCK_METHOD2(InitializeTouchInjection, BOOL(UINT32 max_count, DWORD dw_mode));
MOCK_METHOD2(InjectTouchInput,
« no previous file with comments | « net/tools/quic/quic_simple_server_stream_test.cc ('k') | remoting/test/protocol_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698