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

Unified Diff: media/ffmpeg/ffmpeg_common_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: media/ffmpeg/ffmpeg_common_unittest.cc
diff --git a/media/ffmpeg/ffmpeg_common_unittest.cc b/media/ffmpeg/ffmpeg_common_unittest.cc
index dafac5761d2a6afc075b1a02aaa3f35c6f3927f4..1459c5cdec78609a2c611330e0ac6f49a191cae9 100644
--- a/media/ffmpeg/ffmpeg_common_unittest.cc
+++ b/media/ffmpeg/ffmpeg_common_unittest.cc
@@ -28,7 +28,7 @@ class FFmpegCommonTest : public testing::Test {
FFmpegCommonTest() {
FFmpegGlue::InitializeFFmpeg();
}
- ~FFmpegCommonTest() override{};
+ ~FFmpegCommonTest() override {}
};
uint8_t kExtraData[5] = {0x00, 0x01, 0x02, 0x03, 0x04};
« no previous file with comments | « ios/web/navigation/navigation_manager_impl_unittest.mm ('k') | media/gpu/ipc/service/gpu_jpeg_decode_accelerator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698