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

Unified Diff: third_party/WebKit/Source/core/html/forms/DateTimeChooser.h

Issue 2883203002: Revert of Rename AXObject to AXObjectImpl in modules/ and web/ (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/core/html/forms/DateTimeChooser.h
diff --git a/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h b/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
index 0fff433dc62afceba65ecb1e966508a5173d5676..ed6dbe5cad08a85afcf236fc62974fb188d6fe41 100644
--- a/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
+++ b/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
@@ -39,7 +39,7 @@
namespace blink {
-class AXObjectImpl;
+class AXObject;
struct DateTimeSuggestion {
DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
@@ -73,8 +73,8 @@
virtual ~DateTimeChooser();
virtual void EndChooser() = 0;
- // Returns a root AXObjectImpl in the DateTimeChooser if it's available.
- virtual AXObjectImpl* RootAXObject() = 0;
+ // Returns a root AXObject in the DateTimeChooser if it's available.
+ virtual AXObject* RootAXObject() = 0;
DEFINE_INLINE_VIRTUAL_TRACE() {}
};

Powered by Google App Engine
This is Rietveld 408576698