summaryrefslogtreecommitdiff
path: root/chromium/services/video_capture/public/cpp/manifest.h
blob: d28ef4a80780a7036bbffc3147a1f1c796f50fef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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_VIDEO_CAPTURE_PUBLIC_CPP_MANIFEST_H_
#define SERVICES_VIDEO_CAPTURE_PUBLIC_CPP_MANIFEST_H_

#include "services/service_manager/public/cpp/manifest.h"

namespace video_capture {

service_manager::Manifest GetManifest(
    service_manager::Manifest::ExecutionMode execution_mode);

}  // namespace video_capture

#endif  // SERVICES_VIDEO_CAPTURE_PUBLIC_CPP_MANIFEST_H_