| Index: Source/core/html/track/vtt/VTTParser.h
|
| diff --git a/Source/core/html/track/vtt/VTTParser.h b/Source/core/html/track/vtt/VTTParser.h
|
| index f09afdf45e3c3770fb995d54281549662bf254f3..33e42894d8e93cb9cb4176e5dfa9057f13af7051 100644
|
| --- a/Source/core/html/track/vtt/VTTParser.h
|
| +++ b/Source/core/html/track/vtt/VTTParser.h
|
| @@ -34,7 +34,7 @@
|
| #include "HTMLNames.h"
|
| #include "RuntimeEnabledFeatures.h"
|
| #include "core/dom/DocumentFragment.h"
|
| -#include "core/fetch/TextResourceDecoder.h"
|
| +#include "core/html/parser/TextResourceDecoder.h"
|
| #include "core/html/track/BufferedLineReader.h"
|
| #include "core/html/track/vtt/VTTCue.h"
|
| #include "core/html/track/vtt/VTTRegion.h"
|
|
|