// 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_WEB_TEST_BROWSER_WEB_TEST_COOKIE_MANAGER_H_ #define CONTENT_WEB_TEST_BROWSER_WEB_TEST_COOKIE_MANAGER_H_ #include "base/memory/raw_ptr.h" #include "base/memory/raw_ref.h" #include "services/network/public/mojom/cookie_manager.mojom-forward.h" #include "third_party/blink/public/mojom/cookie_manager/cookie_manager_automation.mojom.h" class GURL; namespace content { class WebTestCookieManager : public blink::test::mojom::CookieManagerAutomation { … }; } // namespace content #endif // CONTENT_WEB_TEST_BROWSER_WEB_TEST_COOKIE_MANAGER_H_