Index: Source/core/html/track/TextTrackList.h |
diff --git a/Source/core/html/track/TextTrackList.h b/Source/core/html/track/TextTrackList.h |
index 40f6dec64c4abaefb0c2fcc69270debb0759d1db..8f67016dab544e1cc75fe103bb7a509756f5244c 100644 |
--- a/Source/core/html/track/TextTrackList.h |
+++ b/Source/core/html/track/TextTrackList.h |
@@ -26,10 +26,10 @@ |
#ifndef TextTrackList_h |
#define TextTrackList_h |
+#include <algorithm> |
#include "EventListener.h" |
#include "EventTarget.h" |
-#include "Timer.h" |
-#include <algorithm> |
+#include "core/platform/Timer.h" |
#include <wtf/PassRefPtr.h> |
#include <wtf/RefCounted.h> |
#include <wtf/Vector.h> |