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

Unified Diff: webrtc/modules/audio_processing/aec/echo_cancellation.cc

Issue 2288153002: Fix Chromium clang plugin warnings (Closed)
Patch Set: Created 4 years, 4 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: webrtc/modules/audio_processing/aec/echo_cancellation.cc
diff --git a/webrtc/modules/audio_processing/aec/echo_cancellation.cc b/webrtc/modules/audio_processing/aec/echo_cancellation.cc
index 716da38ab8815efebbbb495b372f65ed3eb47464..c26b1a0fd89102249a4d2d7581453bdee75a7834 100644
--- a/webrtc/modules/audio_processing/aec/echo_cancellation.cc
+++ b/webrtc/modules/audio_processing/aec/echo_cancellation.cc
@@ -28,6 +28,9 @@ extern "C" {
namespace webrtc {
+Aec::Aec() = default;
+Aec::~Aec() = default;
+
// Measured delays [ms]
// Device Chrome GTP
// MacBook Air 10
« no previous file with comments | « webrtc/modules/audio_processing/aec/echo_cancellation.h ('k') | webrtc/modules/audio_processing/audio_processing_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698