| Index: third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
|
| index 3692b1ee8e887ff2f3ec9056b67f6b20438ff1cd..7084e542205a08f1ce85ba3adc22318ad595fa04 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
|
| @@ -28,7 +28,7 @@
|
| #include <memory>
|
| #include "base/gtest_prod_util.h"
|
| #include "bindings/core/v8/ActiveScriptWrappable.h"
|
| -#include "core/dom/NotShared.h"
|
| +#include "core/dom/ArrayBufferViewHelpers.h"
|
| #include "core/dom/SuspendableObject.h"
|
| #include "modules/EventTargetModules.h"
|
| #include "platform/Timer.h"
|
|
|