Index: Source/core/html/shadow/MediaControlElements.cpp |
diff --git a/Source/core/html/shadow/MediaControlElements.cpp b/Source/core/html/shadow/MediaControlElements.cpp |
index a68690e155872121487f6b769a8931be17c8bf12..3b52dbf22de2d1a91b15b683892fb4ec8ba1da74 100644 |
--- a/Source/core/html/shadow/MediaControlElements.cpp |
+++ b/Source/core/html/shadow/MediaControlElements.cpp |
@@ -31,10 +31,10 @@ |
#include "core/html/shadow/MediaControlElements.h" |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
+#include "core/dom/DOMTokenList.h" |
#include "core/dom/EventNames.h" |
#include "core/dom/FullscreenElementStack.h" |
#include "core/dom/MouseEvent.h" |
-#include "core/html/DOMTokenList.h" |
#include "core/html/HTMLVideoElement.h" |
#include "core/html/shadow/MediaControls.h" |
#include "core/html/track/TextTrack.h" |