Index: third_party/WebKit/Source/core/html/HTMLInputElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h |
index ae31b68c8575b85b50a49a00d27760b4a19fbd48..0d29aa42872078c688a19cb62b4780d85f984dcc 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h |
@@ -33,7 +33,7 @@ |
namespace blink { |
-class AXObjectImpl; |
+class AXObject; |
class DragData; |
class ExceptionState; |
class FileList; |
@@ -279,7 +279,7 @@ class CORE_EXPORT HTMLInputElement : public TextControlElement { |
void SetShouldRevealPassword(bool value); |
bool ShouldRevealPassword() const { return should_reveal_password_; } |
- AXObjectImpl* PopupRootAXObject(); |
+ AXObject* PopupRootAXObject(); |
void DidNotifySubtreeInsertionsToDocument() override; |
virtual void EnsureFallbackContent(); |