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