blob: 335b983bdb183a7bc63c5ecb2c7a234d807eed86 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_ACCESSIBILITY_AX_HOST_MANIFEST_H_
#define UI_ACCESSIBILITY_AX_HOST_MANIFEST_H_
#include "services/service_manager/public/cpp/manifest.h"
namespace ui {
const service_manager::Manifest& GetAXHostManifest();
} // namespace ui
#endif // UI_ACCESSIBILITY_AX_HOST_MANIFEST_H_