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

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

Issue 2887613002: Revert of Rename AXObject to AXObjectImpl in modules/ and web/ (patchset #9 id:160001 of https://co… (Closed)
Patch Set: 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.cpp
diff --git a/third_party/WebKit/Source/web/ExternalDateTimeChooser.cpp b/third_party/WebKit/Source/web/ExternalDateTimeChooser.cpp
index 674a045b9bb72fbf572bd90de8cb7715cce90926..688def00913b174d9b2c8fe33d91552d4a2a724f 100644
--- a/third_party/WebKit/Source/web/ExternalDateTimeChooser.cpp
+++ b/third_party/WebKit/Source/web/ExternalDateTimeChooser.cpp
@@ -157,7 +157,7 @@ void ExternalDateTimeChooser::EndChooser() {
client->DidEndChooser();
}
-AXObjectImpl* ExternalDateTimeChooser::RootAXObject() {
+AXObject* ExternalDateTimeChooser::RootAXObject() {
return nullptr;
}
« no previous file with comments | « third_party/WebKit/Source/web/ExternalDateTimeChooser.h ('k') | third_party/WebKit/Source/web/TextFinder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698