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

Unified Diff: content/browser/media/capture/cursor_renderer_mac_unittest.mm

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 | « content/browser/generic_sensor_browsertest.cc ('k') | content/browser/net/network_errors_listing_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/capture/cursor_renderer_mac_unittest.mm
diff --git a/content/browser/media/capture/cursor_renderer_mac_unittest.mm b/content/browser/media/capture/cursor_renderer_mac_unittest.mm
index 326e5ad3a3f546349b2ac5f21ba0f600ada494d6..cefbf9c274beaaee82836873c43816fb64d33332 100644
--- a/content/browser/media/capture/cursor_renderer_mac_unittest.mm
+++ b/content/browser/media/capture/cursor_renderer_mac_unittest.mm
@@ -22,7 +22,7 @@ const int kTestViewHeight = 600;
class CursorRendererMacTest : public ui::CocoaTest {
public:
CursorRendererMacTest() {}
- ~CursorRendererMacTest() override{};
+ ~CursorRendererMacTest() override {}
void SetUp() override {
ui::CocoaTest::SetUp();
« no previous file with comments | « content/browser/generic_sensor_browsertest.cc ('k') | content/browser/net/network_errors_listing_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698