| Index: talk/app/webrtc/objc/RTCPeerConnectionFactory.mm
|
| diff --git a/talk/app/webrtc/objc/RTCPeerConnectionFactory.mm b/talk/app/webrtc/objc/RTCPeerConnectionFactory.mm
|
| index b7b89662394357f16e9f90cc8a1093fb0984b69d..3393eca16c218498c592b0680cda7bf52f465282 100644
|
| --- a/talk/app/webrtc/objc/RTCPeerConnectionFactory.mm
|
| +++ b/talk/app/webrtc/objc/RTCPeerConnectionFactory.mm
|
| @@ -46,11 +46,11 @@
|
| #import "RTCVideoSource+Internal.h"
|
| #import "RTCVideoTrack+Internal.h"
|
|
|
| -#include "talk/app/webrtc/audiotrack.h"
|
| -#include "talk/app/webrtc/mediastreaminterface.h"
|
| -#include "talk/app/webrtc/peerconnectioninterface.h"
|
| -#include "talk/app/webrtc/videosourceinterface.h"
|
| -#include "talk/app/webrtc/videotrack.h"
|
| +#include "webrtc/api/audiotrack.h"
|
| +#include "webrtc/api/mediastreaminterface.h"
|
| +#include "webrtc/api/peerconnectioninterface.h"
|
| +#include "webrtc/api/videosourceinterface.h"
|
| +#include "webrtc/api/videotrack.h"
|
| #include "webrtc/base/logging.h"
|
| #include "webrtc/base/ssladapter.h"
|
|
|
|
|