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

Unified Diff: Source/core/platform/Scrollbar.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/platform/ScrollView.cpp ('k') | Source/core/rendering/RenderBlock.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/Scrollbar.cpp
diff --git a/Source/core/platform/Scrollbar.cpp b/Source/core/platform/Scrollbar.cpp
index 4becbe28a3d68e78c60e59873ff2ff824f035a54..7501366e6cb3bb2423efbe161f41c78b792e433d 100644
--- a/Source/core/platform/Scrollbar.cpp
+++ b/Source/core/platform/Scrollbar.cpp
@@ -26,21 +26,21 @@
#include "config.h"
#include "Scrollbar.h"
+#include <algorithm>
#include "GraphicsContext.h"
#include "PlatformGestureEvent.h"
#include "PlatformMouseEvent.h"
#include "ScrollAnimator.h"
#include "ScrollableArea.h"
#include "ScrollbarTheme.h"
-#include <algorithm>
// FIXME: The following #includes are a layering violation and should be removed.
-#include "AXObjectCache.h"
-#include "AccessibilityScrollbar.h"
#include "Document.h"
#include "EventHandler.h"
#include "Frame.h"
#include "FrameView.h"
+#include "core/accessibility/AXObjectCache.h"
+#include "core/accessibility/AccessibilityScrollbar.h"
using namespace std;
« no previous file with comments | « Source/core/platform/ScrollView.cpp ('k') | Source/core/rendering/RenderBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698