1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:37:36 +00:00

Browser+LibWeb: Move the cookie structure into LibWeb

This commit is contained in:
Timothy Flynn 2021-04-13 17:01:20 -04:00 committed by Andreas Kling
parent c2d38abe6f
commit 7193e518d1
4 changed files with 52 additions and 16 deletions

View file

@ -28,6 +28,7 @@
#pragma once
namespace Web::Cookie {
struct Cookie;
struct ParsedCookie;
}