Chromium Code Reviews| Index: Source/core/xml/DOMParser.cpp |
| diff --git a/Source/core/xml/DOMParser.cpp b/Source/core/xml/DOMParser.cpp |
| index 49677ea79524c8fae33baec5033f83a91e1f0e80..97719bbcc463fc0a104f72ba4fe434f6f3af12f1 100644 |
| --- a/Source/core/xml/DOMParser.cpp |
| +++ b/Source/core/xml/DOMParser.cpp |
| @@ -19,8 +19,8 @@ |
| #include "config.h" |
| #include "DOMParser.h" |
| -#include "DOMImplementation.h" |
| -#include "Document.h" |
| +#include "core/dom/DOMImplementation.h" |
| +#include "core/dom/Document.h" |
| #include <wtf/text/WTFString.h> |
| namespace WebCore { |