| Index: third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp b/third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp
|
| index f221ce9fc3b528d871f440724d46c6d9f62c521c..5f749ee589a1fdb0a1ed5412fa6cc71cd6842110 100644
|
| --- a/third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp
|
| @@ -38,8 +38,8 @@
|
| #include "core/html/track/vtt/VTTScanner.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/text/SegmentedString.h"
|
| -#include "wtf/text/CharacterNames.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|