// Copyright 2022 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_H_ #define CONTENT_TEST_TEST_PAGE_H_ #include <optional> #include "content/browser/renderer_host/page_impl.h" #include "url/gurl.h" namespace content { class PageDelegate; class RenderFrameHostImpl; class TestPage : public PageImpl { … }; } // namespace content #endif // CONTENT_TEST_TEST_PAGE_H_