Chromium Code Reviews| Index: Source/core/xml/XMLErrors.h |
| diff --git a/Source/core/xml/XMLErrors.h b/Source/core/xml/XMLErrors.h |
| index d45a25903c5135c913e3b9a51a4906db5ee2088d..7adfd1e3a7f89d15b373d9ee11caab203496f181 100644 |
| --- a/Source/core/xml/XMLErrors.h |
| +++ b/Source/core/xml/XMLErrors.h |
| @@ -29,8 +29,8 @@ |
| #ifndef XMLErrors_h |
| #define XMLErrors_h |
| -#include <wtf/text/StringBuilder.h> |
| -#include <wtf/text/TextPosition.h> |
| +#include "wtf/text/StringBuilder.h" |
| +#include "wtf/text/TextPosition.h" |
| namespace WebCore { |