// Copyright 2013 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_EXTRAS_SQLITE_COOKIE_CRYPTO_DELEGATE_H_ #define NET_EXTRAS_SQLITE_COOKIE_CRYPTO_DELEGATE_H_ #include <string> #include "base/component_export.h" #include "base/functional/callback.h" namespace net { // Implements encryption and decryption for the persistent cookie store. class COMPONENT_EXPORT(NET_EXTRAS) CookieCryptoDelegate { … }; } // namespace net #endif // NET_EXTRAS_SQLITE_COOKIE_CRYPTO_DELEGATE_H_