blob: 88f060f4d221b2b41e567c07c28f0cafe39b2c1f [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_TEST_USER_ID_PUBLIC_CPP_MANIFEST_H_
#define SERVICES_TEST_USER_ID_PUBLIC_CPP_MANIFEST_H_
#include "services/service_manager/public/cpp/manifest.h"
namespace user_id {
const service_manager::Manifest& GetManifest();
} // namespace user_id
#endif // SERVICES_TEST_USER_ID_PUBLIC_CPP_MANIFEST_H_