| Index: third_party/WebKit/Source/core/html/track/vtt/VTTScanner.h
|
| diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTScanner.h b/third_party/WebKit/Source/core/html/track/vtt/VTTScanner.h
|
| index b994e8c7cd4544ca0672fa3d1847b5c94482f4de..88010593d72796ab476e8c52d7d09f9d9a628ac0 100644
|
| --- a/third_party/WebKit/Source/core/html/track/vtt/VTTScanner.h
|
| +++ b/third_party/WebKit/Source/core/html/track/vtt/VTTScanner.h
|
| @@ -31,9 +31,9 @@
|
| #define VTTScanner_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/ParsingUtilities.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/ParsingUtilities.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|