Chromium Code Reviews| Index: Source/core/accessibility/AXRenderObject.h |
| diff --git a/Source/core/accessibility/AXRenderObject.h b/Source/core/accessibility/AXRenderObject.h |
| index 463d7c4e27974d1cd81a9fb25d9c094245505fd9..a447d3c296feefe52e98889717cebab9fcf6d29b 100644 |
| --- a/Source/core/accessibility/AXRenderObject.h |
| +++ b/Source/core/accessibility/AXRenderObject.h |
| @@ -36,23 +36,11 @@ |
| namespace blink { |
| class AXSVGRoot; |
| -class AXObjectCache; |
| class Element; |
| -class LocalFrame; |
| class FrameView; |
| -class HitTestResult; |
| -class HTMLAnchorElement; |
| class HTMLAreaElement; |
| -class HTMLElement; |
| -class HTMLLabelElement; |
| -class HTMLMapElement; |
| -class HTMLSelectElement; |
| class IntPoint; |
| -class IntSize; |
| class Node; |
| -class RenderListBox; |
| -class RenderTextControl; |
| -class RenderView; |
| class VisibleSelection; |
| class Widget; |