| Index: third_party/WebKit/Source/core/html/track/vtt/VTTRegion.h
|
| diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.h b/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.h
|
| index 56a153c4f5011ac39cc0cb8e59103028ee4b78f7..ccc226dec728cfc0fac80e0d48490885d75a2fb6 100644
|
| --- a/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.h
|
| +++ b/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef VTTRegion_h
|
| #define VTTRegion_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "platform/Timer.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/geometry/FloatPoint.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/text/WTFString.h"
|
|
|