| Index: third_party/WebKit/Source/web/ColorChooserPopupUIController.h
|
| diff --git a/third_party/WebKit/Source/web/ColorChooserPopupUIController.h b/third_party/WebKit/Source/web/ColorChooserPopupUIController.h
|
| index 86aa5f6f51858fbffb6d96d47b87a60c6599bc01..54896f602245a18992244f64632a18c724312159 100644
|
| --- a/third_party/WebKit/Source/web/ColorChooserPopupUIController.h
|
| +++ b/third_party/WebKit/Source/web/ColorChooserPopupUIController.h
|
| @@ -54,7 +54,7 @@ class ColorChooserPopupUIController final : public ColorChooserUIController,
|
|
|
| // ColorChooser functions
|
| void EndChooser() override;
|
| - AXObjectImpl* RootAXObject() override;
|
| + AXObject* RootAXObject() override;
|
|
|
| // PagePopupClient functions:
|
| void WriteDocument(SharedBuffer*) override;
|
|
|