| Index: third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.h b/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.h
|
| index 6fe4b4200f149a6645acf9edc02b4ec774ca7b98..1261d5e9a3731f3a1d57e18393851a31208d4085 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.h
|
| @@ -65,7 +65,7 @@ class PickerIndicatorElement final : public HTMLDivElement,
|
| void ClosePopup();
|
| bool WillRespondToMouseClickEvents() override;
|
| void RemovePickerIndicatorOwner() { picker_indicator_owner_ = nullptr; }
|
| - AXObjectImpl* PopupRootAXObject() const;
|
| + AXObject* PopupRootAXObject() const;
|
|
|
| // DateTimeChooserClient implementation.
|
| Element& OwnerElement() const override;
|
|
|