| Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| index 98700dde062b3a01e8d74f637314c2c30755cea7..569b12a3a46e1a5ab6ef5f32ea4ba6537a984075 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| @@ -82,6 +82,8 @@
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/peerconnection/RTCAnswerOptionsPlatform.h"
|
| #include "platform/peerconnection/RTCOfferOptionsPlatform.h"
|
| +#include "platform/wtf/CurrentTime.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebCryptoAlgorithmParams.h"
|
| #include "public/platform/WebMediaStream.h"
|
| @@ -99,8 +101,6 @@
|
| #include "public/platform/WebRTCSessionDescriptionRequest.h"
|
| #include "public/platform/WebRTCStatsRequest.h"
|
| #include "public/platform/WebRTCVoidRequest.h"
|
| -#include "wtf/CurrentTime.h"
|
| -#include "wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|