// Copyright 2021 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_SCOPED_RES_STATE_H_ #define NET_DNS_PUBLIC_SCOPED_RES_STATE_H_ #include <resolv.h> #include <optional> #include "build/build_config.h" #include "net/base/net_export.h" namespace net { // Helper class to open, read and close a __res_state. class NET_EXPORT ScopedResState { … }; } // namespace net #endif // NET_DNS_PUBLIC_SCOPED_RES_STATE_H_