Index: Source/core/dom/PopStateEvent.cpp |
diff --git a/Source/core/dom/PopStateEvent.cpp b/Source/core/dom/PopStateEvent.cpp |
index a9b12ec6bbdda2fe8b03499e68f0cb9a569bf8b1..8344d865245420b4b0873c2ac2107aceafcb91a8 100644 |
--- a/Source/core/dom/PopStateEvent.cpp |
+++ b/Source/core/dom/PopStateEvent.cpp |
@@ -25,10 +25,10 @@ |
*/ |
#include "config.h" |
-#include "PopStateEvent.h" |
+#include "core/dom/PopStateEvent.h" |
-#include "EventNames.h" |
#include "SerializedScriptValue.h" |
+#include "core/dom/EventNames.h" |
#include "core/page/History.h" |
namespace WebCore { |