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

Unified Diff: webrtc/modules/audio_processing/utility/ring_buffer.c

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/ring_buffer.c
diff --git a/webrtc/common_audio/ring_buffer.c b/webrtc/modules/audio_processing/utility/ring_buffer.c
similarity index 99%
rename from webrtc/common_audio/ring_buffer.c
rename to webrtc/modules/audio_processing/utility/ring_buffer.c
index 60fb5dff20d0a0853bf518f798a6cc6138197231..c71bac186205ceebf02b26f2677b6fe37b589c5a 100644
--- a/webrtc/common_audio/ring_buffer.c
+++ b/webrtc/modules/audio_processing/utility/ring_buffer.c
@@ -11,7 +11,7 @@
// A ring buffer to hold arbitrary data. Provides no thread safety. Unless
// otherwise specified, functions return 0 on success and -1 on error.
-#include "webrtc/common_audio/ring_buffer.h"
+#include "webrtc/modules/audio_processing/utility/ring_buffer.h"
#include <stddef.h> // size_t
#include <stdlib.h>
« no previous file with comments | « webrtc/modules/audio_processing/utility/ring_buffer.h ('k') | webrtc/modules/audio_processing/utility/ring_buffer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698