Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(879)

Unified Diff: Source/core/html/RangeInputType.cpp

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/RadioInputType.cpp ('k') | Source/core/html/ResetInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/RangeInputType.cpp
diff --git a/Source/core/html/RangeInputType.cpp b/Source/core/html/RangeInputType.cpp
index 5134433e7c739ed61511cec5a615f46c567efc6d..2796934da478a455660d43877fa133f28d49b65e 100644
--- a/Source/core/html/RangeInputType.cpp
+++ b/Source/core/html/RangeInputType.cpp
@@ -42,7 +42,6 @@
#include "InputTypeNames.h"
#include "KeyboardEvent.h"
#include "MouseEvent.h"
-#include "PlatformMouseEvent.h"
#include "RenderSlider.h"
#include "ScopedEventQueue.h"
#include "ShadowRoot.h"
@@ -52,6 +51,7 @@
#include "TouchEvent.h"
#include "TouchList.h"
#include "core/accessibility/AXObjectCache.h"
+#include "core/platform/PlatformMouseEvent.h"
#include <wtf/MathExtras.h>
#include <wtf/PassOwnPtr.h>
« no previous file with comments | « Source/core/html/RadioInputType.cpp ('k') | Source/core/html/ResetInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698