Chromium Code Reviews| Index: Source/core/dom/ContainerNode.h |
| diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h |
| index a231c86dfd34ccca20d827e82181c2dad85ef245..377cff5cde5c10c5a47dd7ac66033c63b2f4a21b 100644 |
| --- a/Source/core/dom/ContainerNode.h |
| +++ b/Source/core/dom/ContainerNode.h |
| @@ -26,9 +26,8 @@ |
| #include "core/dom/ExceptionCodePlaceholder.h" |
| #include "core/dom/Node.h" |
| - |
| -#include <wtf/OwnPtr.h> |
| -#include <wtf/Vector.h> |
| +#include "wtf/OwnPtr.h" |
| +#include "wtf/Vector.h" |
| namespace WebCore { |