| Index: webrtc/call.h
|
| diff --git a/webrtc/call.h b/webrtc/call.h
|
| index f89af93b5152e5d81e24b0b75f37b9510dae07fd..58101a8965f4afe2961a6a1beb083305f98159af 100644
|
| --- a/webrtc/call.h
|
| +++ b/webrtc/call.h
|
| @@ -13,12 +13,12 @@
|
| #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/socket.h"
|
| +#include "webrtc/common_types.h"
|
| #include "webrtc/video_receive_stream.h"
|
| #include "webrtc/video_send_stream.h"
|
|
|
|
|