| Index: third_party/WebKit/Source/modules/encryptedmedia/EncryptedMediaUtils.h
|
| diff --git a/third_party/WebKit/Source/modules/encryptedmedia/EncryptedMediaUtils.h b/third_party/WebKit/Source/modules/encryptedmedia/EncryptedMediaUtils.h
|
| index 42540da4f08a4aaf5b119e0ab3ff4dbb8a1fed39..558af1c533e37630b8849ccc7e19a6a7f0c8fae6 100644
|
| --- a/third_party/WebKit/Source/modules/encryptedmedia/EncryptedMediaUtils.h
|
| +++ b/third_party/WebKit/Source/modules/encryptedmedia/EncryptedMediaUtils.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef EncryptedMediaUtils_h
|
| #define EncryptedMediaUtils_h
|
|
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/WebEncryptedMediaTypes.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|