chromium/components/sharing_message/sharing_message_handler.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_MESSAGE_HANDLER_H_
#define COMPONENTS_SHARING_MESSAGE_SHARING_MESSAGE_HANDLER_H_

#include <memory>

#include "base/functional/callback.h"

namespace components_sharing_message {
class SharingMessage;
class ResponseMessage;
}  // namespace components_sharing_message

// Interface for handling incoming SharingMessage.
class SharingMessageHandler {};

#endif  // COMPONENTS_SHARING_MESSAGE_SHARING_MESSAGE_HANDLER_H_