Index: Source/core/html/track/TextTrack.h |
diff --git a/Source/core/html/track/TextTrack.h b/Source/core/html/track/TextTrack.h |
index 7eb21415f78718bc1e6e125af6c65c440e027c65..c05dba1b5ead8c9e1b87ee795d014006cecdc11d 100644 |
--- a/Source/core/html/track/TextTrack.h |
+++ b/Source/core/html/track/TextTrack.h |
@@ -27,8 +27,8 @@ |
#ifndef TextTrack_h |
#define TextTrack_h |
-#include "ExceptionCode.h" |
#include "TrackBase.h" |
+#include "core/dom/ExceptionCode.h" |
#include <wtf/PassOwnPtr.h> |
#include <wtf/RefCounted.h> |
#include <wtf/text/WTFString.h> |