Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1561)

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.h

Issue 2858493002: Rename AXObject to AXObjectImpl in modules/ and web/ (Closed)
Patch Set: Reverted unexpected change to blink rename merge helper Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698