#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 media_router {
class WiredDisplayPresentationReceiverFactory { … };
}
#endif