| Index: third_party/WebKit/Source/platform/exported/WebRTCSessionDescriptionRequest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebRTCSessionDescriptionRequest.cpp b/third_party/WebKit/Source/platform/exported/WebRTCSessionDescriptionRequest.cpp
|
| index d1a43f85cd844360728685aa7c445867ec517973..49e18b187b1e788bb05ea290c6e11da93c376790 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebRTCSessionDescriptionRequest.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebRTCSessionDescriptionRequest.cpp
|
| @@ -31,8 +31,8 @@
|
| #include "public/platform/WebRTCSessionDescriptionRequest.h"
|
|
|
| #include "platform/peerconnection/RTCSessionDescriptionRequest.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/WebRTCSessionDescription.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|