blob: 5124c2b0ecddac8ff5dd5c94c0f6bac51b8f9512 [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_MEDIA_SESSION_PUBLIC_CPP_MANIFEST_H_
#define SERVICES_MEDIA_SESSION_PUBLIC_CPP_MANIFEST_H_
#include "services/service_manager/public/cpp/manifest.h"
namespace media_session {
const service_manager::Manifest& GetManifest();
} // namespace media_session
#endif // SERVICES_MEDIA_SESSION_PUBLIC_CPP_MANIFEST_H_