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

Unified Diff: content/renderer/media/webrtc_audio_device_not_impl.h

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: content/renderer/media/webrtc_audio_device_not_impl.h
diff --git a/content/renderer/media/webrtc_audio_device_not_impl.h b/content/renderer/media/webrtc_audio_device_not_impl.h
index e9a98f0e71050265470f32009c8afa2ee33a1a50..bff479c3b5b2ed17a3783111fa38c68263f5dd0c 100644
--- a/content/renderer/media/webrtc_audio_device_not_impl.h
+++ b/content/renderer/media/webrtc_audio_device_not_impl.h
@@ -114,7 +114,7 @@ class CONTENT_EXPORT WebRtcAudioDeviceNotImpl
#endif // OS_IOS
protected:
- ~WebRtcAudioDeviceNotImpl() override{};
+ ~WebRtcAudioDeviceNotImpl() override {}
private:
base::TimeTicks last_process_time_;

Powered by Google App Engine
This is Rietveld 408576698