Chromium Code Reviews

Unified Diff: webrtc/audio/audio_receive_stream.h

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.h
diff --git a/webrtc/audio/audio_receive_stream.h b/webrtc/audio/audio_receive_stream.h
index d99956c2ddd381b447ce5b7c11679ad7a50d9fce..4e284a40b84cc42d9b81b1541b65061f46ebe81c 100644
--- a/webrtc/audio/audio_receive_stream.h
+++ b/webrtc/audio/audio_receive_stream.h
@@ -13,8 +13,8 @@
#include <memory>
-#include "webrtc/audio_receive_stream.h"
-#include "webrtc/audio_state.h"
+#include "webrtc/api/audio/audio_receive_stream.h"
+#include "webrtc/api/audio/audio_state.h"
#include "webrtc/base/constructormagic.h"
#include "webrtc/base/thread_checker.h"
#include "webrtc/modules/rtp_rtcp/include/rtp_header_parser.h"

Powered by Google App Engine