// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/accessibility/platform/inspect/ax_inspect.h" namespace ui { std::string AXTreeSelector::AppName() const { … } AXPropertyFilter::AXPropertyFilter(const AXPropertyFilter&) = default; AXPropertyFilter& AXPropertyFilter::operator=(const AXPropertyFilter&) = default; AXPropertyFilter::AXPropertyFilter(const std::string& str, Type type) : … { … } } // namespace ui