// 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 NET_SHARED_DICTIONARY_SHARED_DICTIONARY_ISOLATION_KEY_H_ #define NET_SHARED_DICTIONARY_SHARED_DICTIONARY_ISOLATION_KEY_H_ #include <optional> #include "net/base/net_export.h" #include "net/base/schemeful_site.h" #include "url/origin.h" namespace net { class IsolationInfo; class NetworkIsolationKey; // Key used to isolate shared dictionary storages. class NET_EXPORT SharedDictionaryIsolationKey { … }; } // namespace net #endif // NET_SHARED_DICTIONARY_SHARED_DICTIONARY_ISOLATION_KEY_H_