Index: Source/core/html/HTMLAnchorElement.cpp |
diff --git a/Source/core/html/HTMLAnchorElement.cpp b/Source/core/html/HTMLAnchorElement.cpp |
index d265d2b0af6603653f5cda27c76e19d4ddd85789..109c5307084c3a68bc75c7e2d3bbd6e4bbbabfa1 100644 |
--- a/Source/core/html/HTMLAnchorElement.cpp |
+++ b/Source/core/html/HTMLAnchorElement.cpp |
@@ -35,15 +35,15 @@ |
#include "HTMLImageElement.h" |
#include "HTMLNames.h" |
#include "HTMLParserIdioms.h" |
-#include "HistogramSupport.h" |
#include "KeyboardEvent.h" |
#include "MouseEvent.h" |
#include "PingLoader.h" |
-#include "PlatformMouseEvent.h" |
#include "RenderImage.h" |
#include "SecurityOrigin.h" |
#include "SecurityPolicy.h" |
#include "Settings.h" |
+#include "core/platform/HistogramSupport.h" |
+#include "core/platform/PlatformMouseEvent.h" |
#include "core/platform/network/DNS.h" |
#include "core/platform/network/ResourceRequest.h" |
#include <wtf/text/StringBuilder.h> |