Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
index 6ec80ab3f12c85853bea5b8d605d67e5a5433a5b..e753c2780e3088371e7ba2bc8aeaebdffa092610 100644 |
--- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
@@ -55,7 +55,7 @@ |
#include "core/page/ChromeClient.h" |
#include "core/page/Page.h" |
#include "core/page/PopupOpeningObserver.h" |
-#include "modules/accessibility/AXObject.h" |
+#include "modules/accessibility/AXObjectImpl.h" |
#include "modules/audio_output_devices/AudioOutputDeviceClient.h" |
#include "modules/installedapp/InstalledAppController.h" |
#include "modules/mediastream/UserMediaController.h" |
@@ -799,7 +799,7 @@ void ChromeClientImpl::SetCursorOverridden(bool overridden) { |
} |
void ChromeClientImpl::PostAccessibilityNotification( |
- AXObject* obj, |
+ AXObjectImpl* obj, |
AXObjectCache::AXNotification notification) { |
// Alert assistive technology about the accessibility object notification. |
if (!obj || !obj->GetDocument()) |