Chromium Code Reviews| Index: Source/core/accessibility/AXObject.h |
| diff --git a/Source/core/accessibility/AXObject.h b/Source/core/accessibility/AXObject.h |
| index c4940683bdb4104ac6006b92a9838d099c531cc8..cdef8da69fec9fe9e33bfbb9680d6e9d671bacfb 100644 |
| --- a/Source/core/accessibility/AXObject.h |
| +++ b/Source/core/accessibility/AXObject.h |
| @@ -42,18 +42,11 @@ namespace blink { |
| class AXObject; |
| class AXObjectCache; |
| class Element; |
| -class LocalFrame; |
| class FrameView; |
| -class HTMLAnchorElement; |
| -class HTMLAreaElement; |
| class IntPoint; |
| -class IntSize; |
| class Node; |
| -class Range; |
| class RenderObject; |
| -class RenderListItem; |
| class ScrollableArea; |
| -class VisibleSelection; |
| class Widget; |
| typedef unsigned AXID; |