| Index: third_party/WebKit/Source/core/html/track/TrackBase.h
|
| diff --git a/third_party/WebKit/Source/core/html/track/TrackBase.h b/third_party/WebKit/Source/core/html/track/TrackBase.h
|
| index 3f56df8267886cf4d2ac6d07beb1a1f5667d75c3..1e150730907c0a441cd1933b9a26401b96a63851 100644
|
| --- a/third_party/WebKit/Source/core/html/track/TrackBase.h
|
| +++ b/third_party/WebKit/Source/core/html/track/TrackBase.h
|
| @@ -29,8 +29,8 @@
|
| #include "core/CoreExport.h"
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| #include "public/platform/WebMediaPlayer.h"
|
| -#include "wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|