Index: Source/core/html/HTMLVideoElement.cpp |
diff --git a/Source/core/html/HTMLVideoElement.cpp b/Source/core/html/HTMLVideoElement.cpp |
index dfb3de34c31c855ab58461df37bf20ab82b439b9..6eea573f4167a58ea43428233c9cb4904086e144 100644 |
--- a/Source/core/html/HTMLVideoElement.cpp |
+++ b/Source/core/html/HTMLVideoElement.cpp |
@@ -26,14 +26,14 @@ |
#include "config.h" |
#include "HTMLVideoElement.h" |
-#include "Attribute.h" |
#include "CSSPropertyNames.h" |
-#include "Document.h" |
-#include "ExceptionCode.h" |
#include "HTMLImageLoader.h" |
#include "HTMLNames.h" |
#include "HTMLParserIdioms.h" |
#include "ScriptController.h" |
+#include "core/dom/Attribute.h" |
+#include "core/dom/Document.h" |
+#include "core/dom/ExceptionCode.h" |
#include "core/page/Chrome.h" |
#include "core/page/ChromeClient.h" |
#include "core/page/Frame.h" |