#ifndef SERVICES_NETWORK_PUBLIC_CPP_SHARED_DICTIONARY_USAGE_INFO_MOJOM_TRAITS_H_
#define SERVICES_NETWORK_PUBLIC_CPP_SHARED_DICTIONARY_USAGE_INFO_MOJOM_TRAITS_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "net/extras/shared_dictionary/shared_dictionary_usage_info.h"
#include "services/network/public/mojom/shared_dictionary_usage_info.mojom-shared.h"
namespace mojo {
template <>
struct StructTraits<network::mojom::SharedDictionaryUsageInfoDataView,
net::SharedDictionaryUsageInfo> { … };
}
#endif