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