blob: 413e6a5a5e11d8b3cb3d2437f48fe5033ed5b27c [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 SERVICES_SHAPE_DETECTION_PUBLIC_CPP_MANIFEST_H_
#define SERVICES_SHAPE_DETECTION_PUBLIC_CPP_MANIFEST_H_
#include "services/service_manager/public/cpp/manifest.h"
namespace shape_detection {
const service_manager::Manifest& GetManifest();
} // namespace shape_detection
#endif // SERVICES_SHAPE_DETECTION_PUBLIC_CPP_MANIFEST_H_