Index: Source/core/html/shadow/MediaControlElementTypes.cpp |
diff --git a/Source/core/html/shadow/MediaControlElementTypes.cpp b/Source/core/html/shadow/MediaControlElementTypes.cpp |
index 5aa37ce2c9effee0c3a27271126422535f6aca80..989244d1bf8d06755c53cbe4f8fa0b15c5f5d868 100644 |
--- a/Source/core/html/shadow/MediaControlElementTypes.cpp |
+++ b/Source/core/html/shadow/MediaControlElementTypes.cpp |
@@ -31,9 +31,9 @@ |
#include "core/html/shadow/MediaControlElementTypes.h" |
-#include "CSSValueKeywords.h" |
-#include "HTMLNames.h" |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
+#include "core/CSSValueKeywords.h" |
+#include "core/HTMLNames.h" |
#include "core/css/StylePropertySet.h" |
#include "core/events/MouseEvent.h" |
#include "core/html/HTMLMediaElement.h" |