Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1195)

Unified Diff: third_party/WebKit/Source/web/ExternalDateTimeChooser.h

Issue 2858493002: Rename AXObject to AXObjectImpl in modules/ and web/ (Closed)
Patch Set: Reverted unexpected change to blink rename merge helper Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/ExternalDateTimeChooser.h
diff --git a/third_party/WebKit/Source/web/ExternalDateTimeChooser.h b/third_party/WebKit/Source/web/ExternalDateTimeChooser.h
index a8d8335cfac38a1216504b6af4c2007c35c9ff64..5ad34d41d8b44369496f5696f8211f96a1172ea2 100644
--- a/third_party/WebKit/Source/web/ExternalDateTimeChooser.h
+++ b/third_party/WebKit/Source/web/ExternalDateTimeChooser.h
@@ -57,7 +57,7 @@ class ExternalDateTimeChooser final : public DateTimeChooser {
// DateTimeChooser function:
void EndChooser() override;
- AXObject* RootAXObject() override;
+ AXObjectImpl* RootAXObject() override;
Member<DateTimeChooserClient> client_;
};

Powered by Google App Engine
This is Rietveld 408576698