Index: third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp |
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp |
index 7b9b4f984e8151b01fbc46639d27b21e59383a23..bfd79e47d4bd4e25b958406c8da9f65d9df86d6b 100644 |
--- a/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp |
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp |
@@ -25,6 +25,7 @@ |
#include "modules/peerconnection/RTCDTMFSender.h" |
+#include <memory> |
#include "bindings/core/v8/ExceptionMessages.h" |
#include "bindings/core/v8/ExceptionState.h" |
#include "core/dom/ExceptionCode.h" |
@@ -36,7 +37,6 @@ |
#include "public/platform/WebRTCDTMFSenderHandler.h" |
#include "public/platform/WebRTCPeerConnectionHandler.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace blink { |