| 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 d0bcb6ae60c6bd998aa66c7cff935f9e30b2d66c..469485e9b90b620337a552dff5d87dfb95c60738 100644
|
| --- a/Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.cpp
|
| +++ b/Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.cpp
|
| @@ -32,15 +32,10 @@
|
|
|
| #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/RTCPeerConnectionHandlerClient.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>
|
|
|