| Index: third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.h
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.h b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.h
|
| index 266646daf0295d54b8f90c7663544cb4d50f9763..a3ad529f86f3a290ea19ae1db039b75c20cb7869 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.h
|
| @@ -32,8 +32,8 @@
|
| #define RTCSessionDescription_h
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "platform/wtf/Forward.h"
|
| #include "public/platform/WebRTCSessionDescription.h"
|
| -#include "wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
|
|