chromium/third_party/blink/public/test/test_web_frame_content_dumper.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 THIRD_PARTY_BLINK_PUBLIC_TEST_TEST_WEB_FRAME_CONTENT_DUMPER_H_
#define THIRD_PARTY_BLINK_PUBLIC_TEST_TEST_WEB_FRAME_CONTENT_DUMPER_H_

#include <stddef.h>
#include <stdint.h>

namespace blink {

class WebLocalFrame;
class WebView;
class WebString;

// Functions in this class may only be used in tests.
class TestWebFrameContentDumper {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_PUBLIC_TEST_TEST_WEB_FRAME_CONTENT_DUMPER_H_