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

Unified Diff: third_party/WebKit/Source/modules/accessibility/testing/InternalsAccessibility.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/modules/accessibility/testing/InternalsAccessibility.cpp
diff --git a/third_party/WebKit/Source/modules/accessibility/testing/InternalsAccessibility.cpp b/third_party/WebKit/Source/modules/accessibility/testing/InternalsAccessibility.cpp
index c1ba20ec3f755042d09d5b55dead09c576a905e3..fe5a0d2cb9ab42e25a88b8412758b8fdff59c225 100644
--- a/third_party/WebKit/Source/modules/accessibility/testing/InternalsAccessibility.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/testing/InternalsAccessibility.cpp
@@ -5,12 +5,12 @@
#include "InternalsAccessibility.h"
#include "core/testing/Internals.h"
-#include "modules/accessibility/AXObjectImpl.h"
+#include "modules/accessibility/AXObject.h"
namespace blink {
unsigned InternalsAccessibility::numberOfLiveAXObjects(Internals&) {
- return AXObjectImpl::NumberOfLiveAXObjects();
+ return AXObject::NumberOfLiveAXObjects();
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698