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

Unified Diff: webrtc/modules/audio_processing/utility/audio_ring_buffer_unittest.cc

Issue 1846903004: Moved ring-buffer related files from common_audio to audio_processing (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase Created 4 years, 8 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/utility/audio_ring_buffer_unittest.cc
diff --git a/webrtc/common_audio/audio_ring_buffer_unittest.cc b/webrtc/modules/audio_processing/utility/audio_ring_buffer_unittest.cc
similarity index 97%
rename from webrtc/common_audio/audio_ring_buffer_unittest.cc
rename to webrtc/modules/audio_processing/utility/audio_ring_buffer_unittest.cc
index c5c38de56db4f82f3868ee2a54b09b57980f94bb..c2d5e7a64cb84895206636c6a7c798d93597a77f 100644
--- a/webrtc/common_audio/audio_ring_buffer_unittest.cc
+++ b/webrtc/modules/audio_processing/utility/audio_ring_buffer_unittest.cc
@@ -9,8 +9,9 @@
*/
#include <memory>
+#include <tuple>
-#include "webrtc/common_audio/audio_ring_buffer.h"
+#include "webrtc/modules/audio_processing/utility/audio_ring_buffer.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webrtc/common_audio/channel_buffer.h"
« no previous file with comments | « webrtc/modules/audio_processing/utility/audio_ring_buffer.cc ('k') | webrtc/modules/audio_processing/utility/blocker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698