#ifndef SERVICES_NETWORK_PUBLIC_CPP_TRANSFERABLE_DIRECTORY_MOJOM_TRAITS_H_
#define SERVICES_NETWORK_PUBLIC_CPP_TRANSFERABLE_DIRECTORY_MOJOM_TRAITS_H_
#include "mojo/public/cpp/bindings/union_traits.h"
#include "net/http/http_auth_preferences.h"
#include "services/network/public/cpp/transferable_directory.h"
#include "services/network/public/mojom/transferable_directory.mojom-shared.h"
namespace mojo {
template <>
struct UnionTraits<network::mojom::TransferableDirectoryDataView,
network::TransferableDirectory> { … };
}
#endif