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> |