Chromium Code Reviews

Unified Diff: webrtc/audio/audio_receive_stream.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/audio/audio_receive_stream.cc
diff --git a/webrtc/audio/audio_receive_stream.cc b/webrtc/audio/audio_receive_stream.cc
index e391df471ed8c83ff228bacdc36b0db11da91a5f..12b076d446d59e0064048d99606b8fd9a20b777d 100644
--- a/webrtc/audio/audio_receive_stream.cc
+++ b/webrtc/audio/audio_receive_stream.cc
@@ -13,7 +13,7 @@
#include <string>
#include <utility>
-#include "webrtc/audio_sink.h"
+#include "webrtc/api/audio/audio_sink.h"
#include "webrtc/audio/audio_state.h"
#include "webrtc/audio/conversion.h"
#include "webrtc/base/checks.h"

Powered by Google App Engine