Chromium Code Reviews| Index: Source/core/xml/DOMParser.cpp |
| diff --git a/Source/core/xml/DOMParser.cpp b/Source/core/xml/DOMParser.cpp |
| index 561b34d57a9d504d94341dc9ff79cea96f1e5517..b923b46ec23902e17faae02d2457a0238f28e989 100644 |
| --- a/Source/core/xml/DOMParser.cpp |
| +++ b/Source/core/xml/DOMParser.cpp |
| @@ -21,7 +21,7 @@ |
| #include "core/dom/DOMImplementation.h" |
| #include "core/dom/Document.h" |
| -#include <wtf/text/WTFString.h> |
| +#include "wtf/text/WTFString.h" |
| namespace WebCore { |