Index: Source/core/html/forms/RangeInputType.cpp |
diff --git a/Source/core/html/forms/RangeInputType.cpp b/Source/core/html/forms/RangeInputType.cpp |
index 125eb3d9c74fceb50724b8baa72a547a0134b41e..9d26df514fbad2a78f56af0212a075f285810512 100644 |
--- a/Source/core/html/forms/RangeInputType.cpp |
+++ b/Source/core/html/forms/RangeInputType.cpp |
@@ -51,8 +51,8 @@ |
#include "core/html/parser/HTMLParserIdioms.h" |
#include "core/html/shadow/ShadowElementNames.h" |
#include "core/html/shadow/SliderThumbElement.h" |
-#include "core/platform/PlatformMouseEvent.h" |
#include "core/rendering/RenderSlider.h" |
+#include "platform/PlatformMouseEvent.h" |
#include "wtf/MathExtras.h" |
#include "wtf/NonCopyingSort.h" |
#include "wtf/PassOwnPtr.h" |