Index: webrtc/call.h |
diff --git a/webrtc/call.h b/webrtc/call.h |
index ec43b18ad4f18130e99ae2c7aac2bdceecef81d3..5f64590506188e85ba55f3bc9e1d392cee7ebb7a 100644 |
--- a/webrtc/call.h |
+++ b/webrtc/call.h |
@@ -13,13 +13,13 @@ |
#include <string> |
#include <vector> |
-#include "webrtc/common_types.h" |
-#include "webrtc/audio_receive_stream.h" |
-#include "webrtc/audio_send_stream.h" |
-#include "webrtc/audio_state.h" |
+#include "webrtc/api/call/audio_receive_stream.h" |
+#include "webrtc/api/call/audio_send_stream.h" |
+#include "webrtc/api/call/audio_state.h" |
#include "webrtc/base/networkroute.h" |
#include "webrtc/base/platform_file.h" |
#include "webrtc/base/socket.h" |
+#include "webrtc/common_types.h" |
#include "webrtc/video_receive_stream.h" |
#include "webrtc/video_send_stream.h" |