| Index: third_party/WebKit/Source/core/html/track/TextTrack.h
|
| diff --git a/third_party/WebKit/Source/core/html/track/TextTrack.h b/third_party/WebKit/Source/core/html/track/TextTrack.h
|
| index 7420699a26170a929e5bfde1164c9d69dd9867fb..4888bd9ee7286ea1d08257be73366be8954015e7 100644
|
| --- a/third_party/WebKit/Source/core/html/track/TextTrack.h
|
| +++ b/third_party/WebKit/Source/core/html/track/TextTrack.h
|
| @@ -32,7 +32,7 @@
|
| #include "core/events/EventTarget.h"
|
| #include "core/html/track/TrackBase.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|