#ifndef CONTENT_BROWSER_COOKIE_DEPRECATION_LABEL_COOKIE_DEPRECATION_LABEL_MANAGER_IMPL_H_
#define CONTENT_BROWSER_COOKIE_DEPRECATION_LABEL_COOKIE_DEPRECATION_LABEL_MANAGER_IMPL_H_
#include <optional>
#include <string>
#include "base/memory/raw_ref.h"
#include "content/common/content_export.h"
#include "content/public/browser/cookie_deprecation_label_manager.h"
namespace url {
class Origin;
}
namespace content {
class BrowserContext;
class CONTENT_EXPORT CookieDeprecationLabelManagerImpl
: public CookieDeprecationLabelManager { … };
}
#endif