Chromium Code Reviews| Index: Source/core/html/HTMLTableCaptionElement.cpp |
| diff --git a/Source/core/html/HTMLTableCaptionElement.cpp b/Source/core/html/HTMLTableCaptionElement.cpp |
| index 0ef8e8aa0c8a598242dfc35b99de820229d9c729..91b6fba848880c50c3fc0113a007be7eaecde0fa 100644 |
| --- a/Source/core/html/HTMLTableCaptionElement.cpp |
| +++ b/Source/core/html/HTMLTableCaptionElement.cpp |
| @@ -25,9 +25,9 @@ |
| #include "config.h" |
| #include "HTMLTableCaptionElement.h" |
| -#include "Attribute.h" |
| #include "CSSPropertyNames.h" |
| #include "HTMLNames.h" |
| +#include "core/dom/Attribute.h" |
| namespace WebCore { |