| // 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 IOS_COMPONENTS_COOKIE_UTIL_COOKIE_CONSTANTS_H_ | |
| #define IOS_COMPONENTS_COOKIE_UTIL_COOKIE_CONSTANTS_H_ | |
| // Prefs key used to store the most recent cookie deletion date. | |
| extern const char kLastCookieDeletionDate[]; | |
| #endif // IOS_COMPONENTS_COOKIE_UTIL_COOKIE_CONSTANTS_H_ |