Chromium Code Reviews| Index: Source/core/html/HTMLParamElement.cpp |
| diff --git a/Source/core/html/HTMLParamElement.cpp b/Source/core/html/HTMLParamElement.cpp |
| index 5681c8da936b7c17015f28942660d60acf25f8f9..e101d041e2490a4064e44f069fb0b37036933fa4 100644 |
| --- a/Source/core/html/HTMLParamElement.cpp |
| +++ b/Source/core/html/HTMLParamElement.cpp |
| @@ -23,9 +23,9 @@ |
| #include "config.h" |
| #include "HTMLParamElement.h" |
| -#include "Attribute.h" |
| -#include "Document.h" |
| #include "HTMLNames.h" |
| +#include "core/dom/Attribute.h" |
| +#include "core/dom/Document.h" |
| namespace WebCore { |