Index: third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.h |
diff --git a/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.h b/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.h |
index 70aff116bbf7adbf46ab8cb3e0c5e072a1207e26..ca41d0463c151373b8fa53203eb8ec206a6b5d2e 100644 |
--- a/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.h |
+++ b/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.h |
@@ -7,8 +7,8 @@ |
#include "core/inspector/protocol/Accessibility.h" |
#include "modules/ModulesExport.h" |
-#include "modules/accessibility/AXObject.h" |
#include "modules/accessibility/AXObjectCacheImpl.h" |
+#include "modules/accessibility/AXObjectImpl.h" |
namespace blink { |
@@ -31,13 +31,13 @@ std::unique_ptr<AXValue> CreateBooleanValue( |
bool value, |
const String& value_type = AXValueTypeEnum::Boolean); |
std::unique_ptr<AXValue> CreateRelatedNodeListValue( |
- const AXObject&, |
+ const AXObjectImpl&, |
String* name = nullptr, |
const String& value_type = AXValueTypeEnum::Idref); |
std::unique_ptr<AXValue> CreateRelatedNodeListValue(AXRelatedObjectVector&, |
const String& value_type); |
std::unique_ptr<AXValue> CreateRelatedNodeListValue( |
- AXObject::AXObjectVector& ax_objects, |
+ AXObjectImpl::AXObjectVector& ax_objects, |
const String& value_type = AXValueTypeEnum::IdrefList); |
std::unique_ptr<AXValueSource> CreateValueSource(NameSource&); |