// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_PUBLIC_TEST_TEST_HOST_RESOLVER_H_ #define CONTENT_PUBLIC_TEST_TEST_HOST_RESOLVER_H_ #include "base/memory/ref_counted.h" namespace net { class HostResolverProc; class RuleBasedHostResolverProc; class ScopedDefaultHostResolverProc; } namespace content { class TestHostResolver { … }; } // namespace content #endif // CONTENT_PUBLIC_TEST_TEST_HOST_RESOLVER_H_