| 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 f81d91bbb6315e5046cdaf9b8d0f1d81158facd9..0b90b5c19ca51fcc1de99e5e393b56e420def985 100644
|
| --- a/third_party/WebKit/Source/core/html/track/TextTrackCueList.h
|
| +++ b/third_party/WebKit/Source/core/html/track/TextTrackCueList.h
|
| @@ -29,7 +29,7 @@
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "bindings/core/v8/TraceWrapperMember.h"
|
| #include "core/html/track/TextTrackCue.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|