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

Unified Diff: webrtc/api/audio/audio_mixer.h

Issue 2411313003: Split audio mixer into interface and implementation. (Closed)
Patch Set: visibility Created 4 years, 2 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/api/audio/audio_mixer.h
diff --git a/webrtc/modules/audio_mixer/audio_mixer.h b/webrtc/api/audio/audio_mixer.h
similarity index 94%
rename from webrtc/modules/audio_mixer/audio_mixer.h
rename to webrtc/api/audio/audio_mixer.h
index 7e58a8d6a01635a9dde3fa60453131be2e088137..62a6acaa94dc6ecec11ec95671e06c7b5394e9d5 100644
--- a/webrtc/modules/audio_mixer/audio_mixer.h
+++ b/webrtc/api/audio/audio_mixer.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_MODULES_AUDIO_MIXER_AUDIO_MIXER_H_
-#define WEBRTC_MODULES_AUDIO_MIXER_AUDIO_MIXER_H_
+#ifndef WEBRTC_API_AUDIO_AUDIO_MIXER_H_
+#define WEBRTC_API_AUDIO_AUDIO_MIXER_H_
#include <memory>
@@ -75,4 +75,4 @@ class AudioMixer : public rtc::RefCountInterface {
};
} // namespace webrtc
-#endif // WEBRTC_MODULES_AUDIO_MIXER_AUDIO_MIXER_H_
+#endif // WEBRTC_API_AUDIO_AUDIO_MIXER_H_

Powered by Google App Engine
This is Rietveld 408576698