| Index: content/renderer/renderer_accessibility_complete.h
|
| ===================================================================
|
| --- content/renderer/renderer_accessibility_complete.h (revision 163007)
|
| +++ content/renderer/renderer_accessibility_complete.h (working copy)
|
| @@ -14,8 +14,6 @@
|
| #include "content/renderer/renderer_accessibility.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebAccessibilityNotification.h"
|
|
|
| -class RenderViewImpl;
|
| -
|
| namespace WebKit {
|
| class WebAccessibilityObject;
|
| class WebDocument;
|
| @@ -23,6 +21,7 @@
|
| };
|
|
|
| namespace content {
|
| +class RenderViewImpl;
|
|
|
| // This is the subclass of RendererAccessibility that implements
|
| // complete accessibility support for assistive technology (as opposed to
|
|
|