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

Unified Diff: remoting/test/protocol_perftest.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 | « remoting/host/touch_injector_win_unittest.cc ('k') | sandbox/win/src/ipc_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/protocol_perftest.cc
diff --git a/remoting/test/protocol_perftest.cc b/remoting/test/protocol_perftest.cc
index 4b3a55fd3705de2b8bc68afd8ae12f87427a9259..1491273caf2c5f56f11f9bcea3a65ff848d3c0c6 100644
--- a/remoting/test/protocol_perftest.cc
+++ b/remoting/test/protocol_perftest.cc
@@ -91,7 +91,7 @@ class FakeCursorShapeStub : public protocol::CursorShapeStub {
~FakeCursorShapeStub() override {}
// protocol::CursorShapeStub interface.
- void SetCursorShape(const protocol::CursorShapeInfo& cursor_shape) override{};
+ void SetCursorShape(const protocol::CursorShapeInfo& cursor_shape) override {}
};
} // namespace
« no previous file with comments | « remoting/host/touch_injector_win_unittest.cc ('k') | sandbox/win/src/ipc_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698