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

Unified Diff: webrtc/modules/audio_processing/utility/blocker.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/blocker.h
diff --git a/webrtc/common_audio/blocker.h b/webrtc/modules/audio_processing/utility/blocker.h
similarity index 94%
rename from webrtc/common_audio/blocker.h
rename to webrtc/modules/audio_processing/utility/blocker.h
index edf81d337a5a8ff9dddbaa009a8ba74d0f8c5088..7d9bf66e48fe40168d972e1b84858778002e79ac 100644
--- a/webrtc/common_audio/blocker.h
+++ b/webrtc/modules/audio_processing/utility/blocker.h
@@ -8,13 +8,13 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_INTERNAL_BEAMFORMER_BLOCKER_H_
-#define WEBRTC_INTERNAL_BEAMFORMER_BLOCKER_H_
+#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_UTILITY_BLOCKER_H_
+#define WEBRTC_MODULES_AUDIO_PROCESSING_UTILITY_BLOCKER_H_
#include <memory>
-#include "webrtc/common_audio/audio_ring_buffer.h"
#include "webrtc/common_audio/channel_buffer.h"
+#include "webrtc/modules/audio_processing/utility/audio_ring_buffer.h"
namespace webrtc {
@@ -121,4 +121,4 @@ class Blocker {
} // namespace webrtc
-#endif // WEBRTC_INTERNAL_BEAMFORMER_BLOCKER_H_
+#endif // WEBRTC_MODULES_AUDIO_PROCESSING_UTILITY_BLOCKER_H_

Powered by Google App Engine
This is Rietveld 408576698