Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 109f672e79d2e215a1b16f3eb859ab4d4b88cc52..87ed05b5da05db59ea8b0f465eac6086b2e1d301 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -219,7 +219,8 @@ class CONTENT_EXPORT WebContentsImpl |
// Request a one-time snapshot of the accessibility tree without changing |
// the accessibility mode. |
using AXTreeSnapshotCallback = |
- base::Callback<void(const ui::AXTreeUpdate<ui::AXNodeData>&)>; |
+ base::Callback<void( |
+ const ui::AXTreeUpdate&)>; |
void RequestAXTreeSnapshot(AXTreeSnapshotCallback callback); |
// WebContents ------------------------------------------------------ |