blob: f87cf07825a4c31b16d4fad1e13aa1b2842e6950 [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_NETWORK_PUBLIC_CPP_MANIFEST_H_
#define SERVICES_NETWORK_PUBLIC_CPP_MANIFEST_H_
#include "services/service_manager/public/cpp/manifest.h"
namespace network {
service_manager::Manifest GetManifest(
service_manager::Manifest::ExecutionMode execution_mode);
} // namespace network
#endif // SERVICES_NETWORK_PUBLIC_CPP_MANIFEST_H_