chromium/components/sharing_message/fake_sharing_handler_registry.h

// Copyright 2020 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_FAKE_SHARING_HANDLER_REGISTRY_H_
#define COMPONENTS_SHARING_MESSAGE_FAKE_SHARING_HANDLER_REGISTRY_H_

#include <map>

#include "components/sharing_message/sharing_handler_registry.h"

class FakeSharingHandlerRegistry : public SharingHandlerRegistry {};

#endif  // COMPONENTS_SHARING_MESSAGE_FAKE_SHARING_HANDLER_REGISTRY_H_