Index: third_party/WebKit/Source/core/html/forms/InputTypeView.h |
diff --git a/third_party/WebKit/Source/core/html/forms/InputTypeView.h b/third_party/WebKit/Source/core/html/forms/InputTypeView.h |
index a3c0132ab47618f7ab18877b03c8f3aa0db2d18e..a11f1c1001176b583eea099e4f31128faf5919c5 100644 |
--- a/third_party/WebKit/Source/core/html/forms/InputTypeView.h |
+++ b/third_party/WebKit/Source/core/html/forms/InputTypeView.h |
@@ -44,7 +44,7 @@ |
namespace blink { |
-class AXObjectImpl; |
+class AXObject; |
class BeforeTextInsertedEvent; |
class Element; |
class Event; |
@@ -124,7 +124,7 @@ |
virtual void ListAttributeTargetChanged(); |
virtual void UpdateClearButtonVisibility(); |
virtual void UpdatePlaceholderText(); |
- virtual AXObjectImpl* PopupRootAXObject(); |
+ virtual AXObject* PopupRootAXObject(); |
virtual void EnsureFallbackContent() {} |
virtual void EnsurePrimaryContent() {} |
virtual bool HasFallbackContent() const { return false; } |