| Index: Source/core/html/track/TextTrackRegion.cpp
|
| diff --git a/Source/core/html/track/TextTrackRegion.cpp b/Source/core/html/track/TextTrackRegion.cpp
|
| index 0c2f2f8471693f1dcf5c5517fc4844ea48a46f4a..21599fdab933ef3aa70f88e08206d07cd1321ebe 100644
|
| --- a/Source/core/html/track/TextTrackRegion.cpp
|
| +++ b/Source/core/html/track/TextTrackRegion.cpp
|
| @@ -35,8 +35,8 @@
|
| #include "TextTrackRegion.h"
|
|
|
| #include "ExceptionCodePlaceholder.h"
|
| -#include "Logging.h"
|
| #include "WebVTTParser.h"
|
| +#include "core/platform/Logging.h"
|
| #include <wtf/MathExtras.h>
|
| #include <wtf/text/StringBuilder.h>
|
|
|
|
|