Chromium Code Reviews| Index: Source/core/dom/PopStateEvent.h |
| diff --git a/Source/core/dom/PopStateEvent.h b/Source/core/dom/PopStateEvent.h |
| index d5bf8e03466ba3924108d463d65670ad05a45acf..bc553bb9b8fed2630d9049198412fca3b81e1426 100644 |
| --- a/Source/core/dom/PopStateEvent.h |
| +++ b/Source/core/dom/PopStateEvent.h |
| @@ -27,8 +27,8 @@ |
| #ifndef PopStateEvent_h |
| #define PopStateEvent_h |
| -#include "Event.h" |
| #include "ScriptValue.h" |
| +#include "core/dom/Event.h" |
| namespace WebCore { |