| Index: third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp
|
| index 0041bd2430a7ebef9ab6a408f953184a52ea8377..872f471996b7537a8bb848832341500747cd095d 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp
|
| @@ -24,6 +24,7 @@
|
|
|
| #include "modules/peerconnection/RTCDataChannel.h"
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/dom/DOMArrayBuffer.h"
|
| #include "core/dom/DOMArrayBufferView.h"
|
| @@ -33,9 +34,8 @@
|
| #include "core/events/MessageEvent.h"
|
| #include "core/fileapi/Blob.h"
|
| #include "modules/peerconnection/RTCPeerConnection.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "public/platform/WebRTCPeerConnectionHandler.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|