| Index: third_party/WebKit/Source/core/html/TimeRanges.h
|
| diff --git a/third_party/WebKit/Source/core/html/TimeRanges.h b/third_party/WebKit/Source/core/html/TimeRanges.h
|
| index 4c3611d834d85347500249ef64f0a1233e0f230f..d6d8be4de6e0dd33223373970f23caf79bff769f 100644
|
| --- a/third_party/WebKit/Source/core/html/TimeRanges.h
|
| +++ b/third_party/WebKit/Source/core/html/TimeRanges.h
|
| @@ -29,9 +29,9 @@
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "public/platform/WebTimeRange.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
|
|
| #include <algorithm>
|
|
|
|
|