| Index: Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.cpp
|
| diff --git a/Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.cpp b/Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.cpp
|
| index 5479bc072c5ca8c0bc54bd6b39dc9d8a006f4773..f70f2101b21e878365ff65c1b3ab02b3a4ca2a05 100644
|
| --- a/Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.cpp
|
| +++ b/Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.cpp
|
| @@ -32,17 +32,12 @@
|
|
|
| #include "core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.h"
|
|
|
| -#include "core/platform/mediastream/MediaConstraints.h"
|
| #include "core/platform/mediastream/MediaStreamComponent.h"
|
| #include "core/platform/mediastream/RTCConfiguration.h"
|
| #include "core/platform/mediastream/RTCDTMFSenderHandler.h"
|
| -#include "core/platform/mediastream/RTCDataChannelHandlerClient.h"
|
| #include "core/platform/mediastream/RTCIceCandidateDescriptor.h"
|
| #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h"
|
| #include "core/platform/mediastream/RTCSessionDescriptionDescriptor.h"
|
| -#include "core/platform/mediastream/RTCSessionDescriptionRequest.h"
|
| -#include "core/platform/mediastream/RTCStatsRequest.h"
|
| -#include "core/platform/mediastream/RTCVoidRequest.h"
|
| #include "core/platform/mediastream/chromium/RTCDTMFSenderHandlerChromium.h"
|
| #include "core/platform/mediastream/chromium/RTCDataChannelHandlerChromium.h"
|
| #include <public/Platform.h>
|
|
|