Index: Source/core/html/track/InbandTextTrack.cpp |
diff --git a/Source/core/html/track/InbandTextTrack.cpp b/Source/core/html/track/InbandTextTrack.cpp |
index 85eae182ea12f4614eade298cac86b794196b938..988c17d877957358d0365a0887e290ab43dfbbaf 100644 |
--- a/Source/core/html/track/InbandTextTrack.cpp |
+++ b/Source/core/html/track/InbandTextTrack.cpp |
@@ -31,9 +31,9 @@ |
#include "Document.h" |
#include "Event.h" |
#include "ExceptionCodePlaceholder.h" |
-#include "Logging.h" |
#include "TextTrackCueGeneric.h" |
#include "TextTrackCueList.h" |
+#include "core/platform/Logging.h" |
#include "core/platform/graphics/InbandTextTrackPrivate.h" |
#include "core/platform/graphics/MediaPlayer.h" |
#include <wtf/UnusedParam.h> |