Index: third_party/WebKit/Source/web/ChromeClientImpl.h |
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h |
index 0b2722a4425c2a052c8ac058800c86040466d647..ea1225f85602140b25df5e2a12b4e6f6a6814fcb 100644 |
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h |
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h |
@@ -171,7 +171,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient { |
const CompositedSelection&) override; |
// ChromeClient methods: |
- void PostAccessibilityNotification(AXObject*, |
+ void PostAccessibilityNotification(AXObjectImpl*, |
AXObjectCache::AXNotification) override; |
String AcceptLanguages() override; |