Chromium Code Reviews

Unified Diff: webrtc/voice_engine/channel_proxy.cc

Issue 2059703002: Move webrtc/audio_*.h to webrtc/api/call (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed audio_sink.h Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/voice_engine/channel_proxy.cc
diff --git a/webrtc/voice_engine/channel_proxy.cc b/webrtc/voice_engine/channel_proxy.cc
index 4cc7f5cbbcdc61cd3f0c68481006ebb88703b4c4..1a937fbb81179e8b9435b18a15aa55f96f99a769 100644
--- a/webrtc/voice_engine/channel_proxy.cc
+++ b/webrtc/voice_engine/channel_proxy.cc
@@ -12,7 +12,7 @@
#include <utility>
-#include "webrtc/audio_sink.h"
+#include "webrtc/api/audio/audio_sink.h"
#include "webrtc/base/checks.h"
#include "webrtc/voice_engine/channel.h"

Powered by Google App Engine