Index: webrtc/modules/audio_processing/utility/ring_buffer.h |
diff --git a/webrtc/common_audio/ring_buffer.h b/webrtc/modules/audio_processing/utility/ring_buffer.h |
similarity index 92% |
rename from webrtc/common_audio/ring_buffer.h |
rename to webrtc/modules/audio_processing/utility/ring_buffer.h |
index 4125c48d0116b5215ff7c61673398d412c5ec0b0..a46c26222996126c56fcf0b5c63da1d7e067e427 100644 |
--- a/webrtc/common_audio/ring_buffer.h |
+++ b/webrtc/modules/audio_processing/utility/ring_buffer.h |
@@ -11,8 +11,8 @@ |
// A ring buffer to hold arbitrary data. Provides no thread safety. Unless |
// otherwise specified, functions return 0 on success and -1 on error. |
-#ifndef WEBRTC_COMMON_AUDIO_RING_BUFFER_H_ |
-#define WEBRTC_COMMON_AUDIO_RING_BUFFER_H_ |
+#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_UTILITY_RING_BUFFER_H_ |
+#define WEBRTC_MODULES_AUDIO_PROCESSING_UTILITY_RING_BUFFER_H_ |
#ifdef __cplusplus |
extern "C" { |
@@ -63,4 +63,4 @@ size_t WebRtc_available_write(const RingBuffer* handle); |
} |
#endif |
-#endif // WEBRTC_COMMON_AUDIO_RING_BUFFER_H_ |
+#endif // WEBRTC_MODULES_AUDIO_PROCESSING_UTILITY_RING_BUFFER_H_ |