// Copyright 2023 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_PUBLIC_BROWSER_LEGACY_TECH_COOKIE_ISSUE_DETAILS_H_ #define CONTENT_PUBLIC_BROWSER_LEGACY_TECH_COOKIE_ISSUE_DETAILS_H_ #include <string> #include "content/common/content_export.h" #include "url/gurl.h" namespace content { // Container to send Cookie Issue Details to Legacy Tech Report. struct CONTENT_EXPORT LegacyTechCookieIssueDetails { … }; } // namespace content #endif // CONTENT_PUBLIC_BROWSER_LEGACY_TECH_COOKIE_ISSUE_DETAILS_H_