| 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 1261d5e9a3731f3a1d57e18393851a31208d4085..6fe4b4200f149a6645acf9edc02b4ec774ca7b98 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; } | 
| -  AXObject* PopupRootAXObject() const; | 
| +  AXObjectImpl* PopupRootAXObject() const; | 
|  | 
| // DateTimeChooserClient implementation. | 
| Element& OwnerElement() const override; | 
|  |