| 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; | 
|  | 
|  |