| 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 d6d8be4de6e0dd33223373970f23caf79bff769f..bcefd6bdd332cbd23d14151db1c291944dc70b13 100644
|
| --- a/third_party/WebKit/Source/core/html/TimeRanges.h
|
| +++ b/third_party/WebKit/Source/core/html/TimeRanges.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef TimeRanges_h
|
| #define TimeRanges_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Allocator.h"
|
| #include "platform/wtf/Vector.h"
|
|
|