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

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

Issue 14336010: Absolutify paths to accessibility/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/InputType.cpp ('k') | Source/core/loader/FrameLoader.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 17500b1a88c025f74479d6d9e2b3ca8b0626d5c7..5134433e7c739ed61511cec5a615f46c567efc6d 100644
--- a/Source/core/html/RangeInputType.cpp
+++ b/Source/core/html/RangeInputType.cpp
@@ -32,7 +32,7 @@
#include "config.h"
#include "RangeInputType.h"
-#include "AXObjectCache.h"
+#include <limits>
#include "ElementShadow.h"
#include "ExceptionCodePlaceholder.h"
#include "HTMLDivElement.h"
@@ -51,7 +51,7 @@
#include "Touch.h"
#include "TouchEvent.h"
#include "TouchList.h"
-#include <limits>
+#include "core/accessibility/AXObjectCache.h"
#include <wtf/MathExtras.h>
#include <wtf/PassOwnPtr.h>
« no previous file with comments | « Source/core/html/InputType.cpp ('k') | Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698