| Index: Source/core/html/track/TextTrackList.h
|
| diff --git a/Source/core/html/track/TextTrackList.h b/Source/core/html/track/TextTrackList.h
|
| index 8f67016dab544e1cc75fe103bb7a509756f5244c..0d11381c3be3182e3283d160f6809f1d3fd01ece 100644
|
| --- a/Source/core/html/track/TextTrackList.h
|
| +++ b/Source/core/html/track/TextTrackList.h
|
| @@ -27,8 +27,8 @@
|
| #define TextTrackList_h
|
|
|
| #include <algorithm>
|
| -#include "EventListener.h"
|
| -#include "EventTarget.h"
|
| +#include "core/dom/EventListener.h"
|
| +#include "core/dom/EventTarget.h"
|
| #include "core/platform/Timer.h"
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefCounted.h>
|
|
|