chromium/content/test/test_page_broadcast.h

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

#ifndef CONTENT_TEST_TEST_PAGE_BROADCAST_H_
#define CONTENT_TEST_TEST_PAGE_BROADCAST_H_

#include "third_party/blink/public/mojom/page/page.mojom.h"

#include "mojo/public/cpp/bindings/associated_receiver.h"

namespace content {

class TestPageBroadcast : public blink::mojom::PageBroadcast {};

}  // namespace content

#endif  // CONTENT_TEST_TEST_PAGE_BROADCAST_H_