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

Unified Diff: media/gpu/ipc/service/gpu_jpeg_decode_accelerator_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 | « media/ffmpeg/ffmpeg_common_unittest.cc ('k') | media/gpu/rendering_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/ipc/service/gpu_jpeg_decode_accelerator_unittest.cc
diff --git a/media/gpu/ipc/service/gpu_jpeg_decode_accelerator_unittest.cc b/media/gpu/ipc/service/gpu_jpeg_decode_accelerator_unittest.cc
index 67fd1fdae43fec3a69cd85095b981fef3707469b..9a719159325092344508ecd828dcdd3390afdd25 100644
--- a/media/gpu/ipc/service/gpu_jpeg_decode_accelerator_unittest.cc
+++ b/media/gpu/ipc/service/gpu_jpeg_decode_accelerator_unittest.cc
@@ -45,7 +45,7 @@ class MockJpegDecodeAccelerator : public media::JpegDecodeAccelerator {
class GpuJpegDecodeAcceleratorTest : public ::testing::Test {
public:
GpuJpegDecodeAcceleratorTest() : io_thread_("io") {}
- ~GpuJpegDecodeAcceleratorTest() override{};
+ ~GpuJpegDecodeAcceleratorTest() override {}
void SetUp() override {
output_frame_memory_.CreateAndMapAnonymous(kOutputFrameSizeInBytes);
« no previous file with comments | « media/ffmpeg/ffmpeg_common_unittest.cc ('k') | media/gpu/rendering_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698