| Index: third_party/WebKit/Source/core/html/media/MediaFragmentURIParser.h
|
| diff --git a/third_party/WebKit/Source/core/html/media/MediaFragmentURIParser.h b/third_party/WebKit/Source/core/html/media/MediaFragmentURIParser.h
|
| index 4382420e7208924a40c0c2e885b242bb5c670b9b..827684a37e910886c0446354a313d1706965fd67 100644
|
| --- a/third_party/WebKit/Source/core/html/media/MediaFragmentURIParser.h
|
| +++ b/third_party/WebKit/Source/core/html/media/MediaFragmentURIParser.h
|
| @@ -27,8 +27,8 @@
|
| #define MediaFragmentURIParser_h
|
|
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|