| Index: third_party/WebKit/Source/core/html/track/TextTrackCueList.h
|
| diff --git a/third_party/WebKit/Source/core/html/track/TextTrackCueList.h b/third_party/WebKit/Source/core/html/track/TextTrackCueList.h
|
| index 05e09fb058c5c6ef0e0bcee43fd43cedbde6ce10..0fc6d1491cff4e762fef0b35a42e955683ae4237 100644
|
| --- a/third_party/WebKit/Source/core/html/track/TextTrackCueList.h
|
| +++ b/third_party/WebKit/Source/core/html/track/TextTrackCueList.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef TextTrackCueList_h
|
| #define TextTrackCueList_h
|
|
|
| -#include "bindings/core/v8/TraceWrapperMember.h"
|
| #include "core/html/track/TextTrackCue.h"
|
| #include "platform/bindings/ScriptWrappable.h"
|
| +#include "platform/bindings/TraceWrapperMember.h"
|
| #include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|