chromium/components/sharing_message/sharing_handler_registry.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_HANDLER_REGISTRY_H_
#define COMPONENTS_SHARING_MESSAGE_SHARING_HANDLER_REGISTRY_H_

#include "components/sharing_message/proto/sharing_message.pb.h"

class SharingMessageHandler;

class SharingHandlerRegistry {};

#endif  // COMPONENTS_SHARING_MESSAGE_SHARING_HANDLER_REGISTRY_H_