chromium/chrome/browser/media/router/providers/wired_display/wired_display_presentation_receiver_factory.h

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

#ifndef CHROME_BROWSER_MEDIA_ROUTER_PROVIDERS_WIRED_DISPLAY_WIRED_DISPLAY_PRESENTATION_RECEIVER_FACTORY_H_
#define CHROME_BROWSER_MEDIA_ROUTER_PROVIDERS_WIRED_DISPLAY_WIRED_DISPLAY_PRESENTATION_RECEIVER_FACTORY_H_

#include <memory>
#include <string>

#include "base/functional/callback.h"
#include "base/lazy_instance.h"
#include "chrome/browser/media/router/providers/wired_display/wired_display_presentation_receiver.h"

class Profile;

namespace gfx {
class Rect;
}  // namespace gfx

namespace media_router {

// A factory for creating a platform-specific WiredDisplayPresentationReceiver.
class WiredDisplayPresentationReceiverFactory {};

}  // namespace media_router

#endif  // CHROME_BROWSER_MEDIA_ROUTER_PROVIDERS_WIRED_DISPLAY_WIRED_DISPLAY_PRESENTATION_RECEIVER_FACTORY_H_