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

Unified Diff: webrtc/modules/audio_processing/aec_dump/aec_dump_no_protobuf.cc

Issue 2865113002: AecDump implementation. (Closed)
Patch Set: Clean up of impl code. Created 3 years, 7 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_dump/aec_dump_no_protobuf.cc
diff --git a/webrtc/modules/audio_processing/aec_dump/aec_dump.cc b/webrtc/modules/audio_processing/aec_dump/aec_dump_no_protobuf.cc
similarity index 99%
copy from webrtc/modules/audio_processing/aec_dump/aec_dump.cc
copy to webrtc/modules/audio_processing/aec_dump/aec_dump_no_protobuf.cc
index efc56d2bf844920278b20022ba09200ef2326606..1c9d29e1aa954cab0cd227dc5e40f1d926a65609 100644
--- a/webrtc/modules/audio_processing/aec_dump/aec_dump.cc
+++ b/webrtc/modules/audio_processing/aec_dump/aec_dump_no_protobuf.cc
@@ -8,6 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#include <utility>
+
#include "webrtc/modules/audio_processing/aec_dump/aec_dump.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698