// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_COOKIES_PARSED_COOKIE_H_ #define NET_COOKIES_PARSED_COOKIE_H_ #include <stddef.h> #include <string> #include <utility> #include <vector> #include "net/base/net_export.h" #include "net/cookies/cookie_constants.h" namespace net { class CookieInclusionStatus; class NET_EXPORT ParsedCookie { … }; } // namespace net #endif // NET_COOKIES_PARSED_COOKIE_H_