Index: Source/core/html/HTMLBRElement.cpp |
diff --git a/Source/core/html/HTMLBRElement.cpp b/Source/core/html/HTMLBRElement.cpp |
index 80c31e413cf0e54d6fb014e4c33a5df6ec4ac68b..434cf96e52cf4f4f6bedb4e1ea651fb44ec91bd3 100644 |
--- a/Source/core/html/HTMLBRElement.cpp |
+++ b/Source/core/html/HTMLBRElement.cpp |
@@ -23,10 +23,10 @@ |
#include "config.h" |
#include "HTMLBRElement.h" |
-#include "Attribute.h" |
#include "CSSPropertyNames.h" |
#include "CSSValueKeywords.h" |
#include "HTMLNames.h" |
+#include "core/dom/Attribute.h" |
#include "core/rendering/RenderBR.h" |
namespace WebCore { |