| Index: Source/core/html/track/InbandTextTrack.h
|
| diff --git a/Source/core/html/track/InbandTextTrack.h b/Source/core/html/track/InbandTextTrack.h
|
| index db73064070a714e290fbd3f3419fa39a8a529f83..236d5de75474863f10ef7612f31375809600c8fc 100644
|
| --- a/Source/core/html/track/InbandTextTrack.h
|
| +++ b/Source/core/html/track/InbandTextTrack.h
|
| @@ -27,9 +27,8 @@
|
| #define InbandTextTrack_h
|
|
|
| #include "core/html/track/TextTrack.h"
|
| -#include "core/platform/graphics/InbandTextTrackPrivate.h"
|
| #include "core/platform/graphics/InbandTextTrackPrivateClient.h"
|
| -#include <wtf/RefPtr.h>
|
| +#include "wtf/RefPtr.h"
|
|
|
| namespace WebCore {
|
|
|
|
|