Chromium Code Reviews| Index: Source/core/dom/MutationEvent.cpp |
| diff --git a/Source/core/dom/MutationEvent.cpp b/Source/core/dom/MutationEvent.cpp |
| index 8768718425b8c023b057c0d0213273f2317adc2a..fcb19b9e6901c0732d37844b26d2961fb6e19537 100644 |
| --- a/Source/core/dom/MutationEvent.cpp |
| +++ b/Source/core/dom/MutationEvent.cpp |
| @@ -21,9 +21,9 @@ |
| */ |
| #include "config.h" |
| -#include "MutationEvent.h" |
| +#include "core/dom/MutationEvent.h" |
| -#include "EventNames.h" |
| +#include "core/dom/EventNames.h" |
| namespace WebCore { |