| Index: third_party/WebKit/Source/core/html/track/InbandTextTrack.h
|
| diff --git a/third_party/WebKit/Source/core/html/track/InbandTextTrack.h b/third_party/WebKit/Source/core/html/track/InbandTextTrack.h
|
| index 4d826d3fa2e54f1837b23e2b6cb38684e55a7c87..4b8845effd3a0f221b96319e432dff08ef49594e 100644
|
| --- a/third_party/WebKit/Source/core/html/track/InbandTextTrack.h
|
| +++ b/third_party/WebKit/Source/core/html/track/InbandTextTrack.h
|
| @@ -28,8 +28,8 @@
|
|
|
| #include "core/html/track/TextTrack.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/Assertions.h"
|
| #include "public/platform/WebInbandTextTrackClient.h"
|
| -#include "wtf/Assertions.h"
|
|
|
| namespace blink {
|
| class WebInbandTextTrack;
|
|
|