Chromium Code Reviews| Index: Source/core/dom/GestureEvent.cpp |
| diff --git a/Source/core/dom/GestureEvent.cpp b/Source/core/dom/GestureEvent.cpp |
| index 9353d94972da80ff07263e04a51a70e287afb03c..7a60317f256f45274d6fe819a59b9ffaced4c2db 100644 |
| --- a/Source/core/dom/GestureEvent.cpp |
| +++ b/Source/core/dom/GestureEvent.cpp |
| @@ -24,8 +24,8 @@ |
| */ |
| #include "config.h" |
| -#include "Element.h" |
| -#include "GestureEvent.h" |
| +#include "core/dom/Element.h" |
| +#include "core/dom/GestureEvent.h" |
| #include <wtf/text/AtomicString.h> |
| namespace WebCore { |