Chromium Code Reviews| Index: Source/core/dom/PseudoElement.h |
| diff --git a/Source/core/dom/PseudoElement.h b/Source/core/dom/PseudoElement.h |
| index 9ae71f546e2e2e4e5095603bf7e44cd422f31c72..87ce03fca5e1a21105bc497a7d94352d85f5c859 100644 |
| --- a/Source/core/dom/PseudoElement.h |
| +++ b/Source/core/dom/PseudoElement.h |
| @@ -27,8 +27,8 @@ |
| #ifndef PseudoElement_h |
| #define PseudoElement_h |
| -#include "Element.h" |
| -#include "Event.h" |
| +#include "core/dom/Element.h" |
| +#include "core/dom/Event.h" |
| #include "core/rendering/style/RenderStyle.h" |
| #include <wtf/Forward.h> |