diff --git a/third_party/accessibility/ax/ax_tree_update.h b/third_party/accessibility/ax/ax_tree_update.h index e0b895f8550ec..e091c4e67aad6 100644 --- a/third_party/accessibility/ax/ax_tree_update.h +++ b/third_party/accessibility/ax/ax_tree_update.h @@ -50,9 +50,6 @@ namespace ui { // before or after an AXTreeUpdate. template struct AXTreeUpdateBase { - AXTreeUpdateBase() = default; - ~AXTreeUpdateBase() = default; - // If |has_tree_data| is true, the value of |tree_data| should be used // to update the tree data, otherwise it should be ignored. bool has_tree_data = false;