#include "components/media_router/browser/presentation/web_contents_presentation_manager.h"
#include "components/media_router/browser/presentation/presentation_service_delegate_impl.h"
namespace media_router {
namespace {
WebContentsPresentationManager* g_test_instance = …;
}
base::WeakPtr<WebContentsPresentationManager>
WebContentsPresentationManager::Get(content::WebContents* web_contents) { … }
void WebContentsPresentationManager::SetTestInstance(
WebContentsPresentationManager* test_instance) { … }
WebContentsPresentationManager::~WebContentsPresentationManager() = default;
}