chromium/services/service_manager/public/cpp/bind_source_info.h

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SERVICES_SERVICE_MANAGER_PUBLIC_CPP_BIND_SOURCE_INFO_H_
#define SERVICES_SERVICE_MANAGER_PUBLIC_CPP_BIND_SOURCE_INFO_H_

#include "services/service_manager/public/cpp/identity.h"
#include "services/service_manager/public/cpp/interface_provider_spec.h"
#include "services/service_manager/public/cpp/types_export.h"

namespace service_manager {

class Identity;

struct SERVICE_MANAGER_PUBLIC_CPP_TYPES_EXPORT BindSourceInfo {};

// TODO(crbug.com/41445392): Rename BindSourceInfo and delete this alias.
ConnectSourceInfo;

}  // namespace service_manager

#endif  // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_BIND_SOURCE_INFO_H_