chromium/ui/accessibility/platform/provide_ax_platform_for_tests.cc

// Copyright 2023 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/provide_ax_platform_for_tests.h"

namespace ui {

ProvideAXPlatformForTests::ProvideAXPlatformForTests() {}

ProvideAXPlatformForTests::~ProvideAXPlatformForTests() {}

void ProvideAXPlatformForTests::OnTestEnd(
    const ::testing::TestInfo& test_info) {}

}  // namespace ui