Index: Source/core/html/HTMLVideoElement.cpp |
diff --git a/Source/core/html/HTMLVideoElement.cpp b/Source/core/html/HTMLVideoElement.cpp |
index f3d2aee136c342556a7b9fd1d86f5a4c4e9dae85..c03e09716cf036cc6bdbbf3212577cd689cf2e33 100644 |
--- a/Source/core/html/HTMLVideoElement.cpp |
+++ b/Source/core/html/HTMLVideoElement.cpp |
@@ -26,9 +26,9 @@ |
#include "config.h" |
#include "core/html/HTMLVideoElement.h" |
-#include "CSSPropertyNames.h" |
-#include "HTMLNames.h" |
#include "bindings/v8/ExceptionState.h" |
+#include "core/CSSPropertyNames.h" |
+#include "core/HTMLNames.h" |
#include "core/dom/Attribute.h" |
#include "core/dom/Document.h" |
#include "core/dom/ExceptionCode.h" |