blob: faada71f409b48809de213490b6a4cd6adf0ed4b [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 COMPONENTS_NACL_BROKER_NACL_BROKER_MANIFEST_H_
#define COMPONENTS_NACL_BROKER_NACL_BROKER_MANIFEST_H_
#include "services/service_manager/public/cpp/manifest.h"
const service_manager::Manifest& GetNaClBrokerManifest();
#endif // COMPONENTS_NACL_BROKER_NACL_BROKER_MANIFEST_H_