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

Unified Diff: webrtc/base/smoothing_filter_unittest.cc

Issue 2484153002: Move smoothing filter to common audio. (Closed)
Patch Set: Created 4 years, 1 month 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/base/smoothing_filter_unittest.cc
diff --git a/webrtc/modules/audio_coding/audio_network_adaptor/smoothing_filter_unittest.cc b/webrtc/base/smoothing_filter_unittest.cc
similarity index 97%
rename from webrtc/modules/audio_coding/audio_network_adaptor/smoothing_filter_unittest.cc
rename to webrtc/base/smoothing_filter_unittest.cc
index af4e8d957b4ed6c793b369d383dc22687b6302d9..cb0bb20b8cf1bc644cfa4ab3fb264a7b4c99f8bb 100644
--- a/webrtc/modules/audio_coding/audio_network_adaptor/smoothing_filter_unittest.cc
+++ b/webrtc/base/smoothing_filter_unittest.cc
@@ -10,7 +10,7 @@
#include <memory>
-#include "webrtc/modules/audio_coding/audio_network_adaptor/smoothing_filter.h"
+#include "webrtc/base/smoothing_filter.h"
#include "webrtc/test/gtest.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698