blob: 0e4c531cdfe4ca01c5d10f3f91006e97a3c4ae04 [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_LOADER_NACL_LOADER_MANIFEST_H_
#define COMPONENTS_NACL_LOADER_NACL_LOADER_MANIFEST_H_
#include "services/service_manager/public/cpp/manifest.h"
const service_manager::Manifest& GetNaClLoaderManifest();
#endif // COMPONENTS_NACL_LOADER_NACL_LOADER_MANIFEST_H_