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

Unified Diff: webrtc/modules/audio_processing/utility/audio_ring_buffer.h

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.h
diff --git a/webrtc/common_audio/audio_ring_buffer.h b/webrtc/modules/audio_processing/utility/audio_ring_buffer.h
similarity index 89%
rename from webrtc/common_audio/audio_ring_buffer.h
rename to webrtc/modules/audio_processing/utility/audio_ring_buffer.h
index ae825a3cd0bb62a491c826d01b5f6eb9976ed546..8f9758770e069efcfaa8a0a68d8e5f92791169e5 100644
--- a/webrtc/common_audio/audio_ring_buffer.h
+++ b/webrtc/modules/audio_processing/utility/audio_ring_buffer.h
@@ -7,8 +7,8 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_COMMON_AUDIO_AUDIO_RING_BUFFER_H_
-#define WEBRTC_COMMON_AUDIO_AUDIO_RING_BUFFER_H_
+#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_UTILITY_AUDIO_RING_BUFFER_H_
+#define WEBRTC_MODULES_AUDIO_PROCESSING_UTILITY_AUDIO_RING_BUFFER_H_
#include <stddef.h>
#include <vector>
@@ -52,4 +52,4 @@ class AudioRingBuffer final {
} // namespace webrtc
-#endif // WEBRTC_COMMON_AUDIO_AUDIO_RING_BUFFER_H_
+#endif // WEBRTC_MODULES_AUDIO_PROCESSING_UTILITY_AUDIO_RING_BUFFER_H_

Powered by Google App Engine
This is Rietveld 408576698