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

Unified Diff: third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.h

Issue 2858493002: Rename AXObject to AXObjectImpl in modules/ and web/ (Closed)
Patch Set: Fixed rebase 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/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&);

Powered by Google App Engine
This is Rietveld 408576698