chromium/net/dns/public/resolve_error_info.h

// Copyright 2019 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_DNS_PUBLIC_RESOLVE_ERROR_INFO_H_
#define NET_DNS_PUBLIC_RESOLVE_ERROR_INFO_H_

#include "net/base/net_errors.h"
#include "net/base/net_export.h"

namespace net {

// Host resolution error info.
struct NET_EXPORT ResolveErrorInfo {};

}  // namespace net

#endif  // NET_DNS_PUBLIC_RESOLVE_ERROR_INFO_H_