chromium/components/sharing_message/sharing_device_source.h

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

#ifndef COMPONENTS_SHARING_MESSAGE_SHARING_DEVICE_SOURCE_H_
#define COMPONENTS_SHARING_MESSAGE_SHARING_DEVICE_SOURCE_H_

#include <memory>
#include <optional>
#include <string>
#include <vector>

#include "base/functional/callback_forward.h"
#include "components/sharing_message/sharing_target_device_info.h"
#include "components/sync/protocol/device_info_specifics.pb.h"

class SharingDeviceSource {};

#endif  // COMPONENTS_SHARING_MESSAGE_SHARING_DEVICE_SOURCE_H_