| Index: third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.h
|
| diff --git a/third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.h b/third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.h
|
| index f1a6307e7b29988ce132773bd520e95be0d4ac38..666b6b37bce3f6d393eefa22ad172b53108a17b4 100644
|
| --- a/third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.h
|
| +++ b/third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.h
|
| @@ -32,12 +32,12 @@
|
| #ifndef MediaStreamDescriptor_h
|
| #define MediaStreamDescriptor_h
|
|
|
| +#include <memory>
|
| #include "platform/mediastream/MediaStreamComponent.h"
|
| #include "platform/mediastream/MediaStreamSource.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/Vector.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|