// 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 CHROME_BROWSER_NET_PROXY_TEST_UTILS_H_ #define CHROME_BROWSER_NET_PROXY_TEST_UTILS_H_ #include "chrome/test/base/in_process_browser_test.h" #include "net/test/spawned_test_server/spawned_test_server.h" namespace content { class URLLoaderInterceptor; } class ProxyBrowserTest : public InProcessBrowserTest { … }; #endif // CHROME_BROWSER_NET_PROXY_TEST_UTILS_H_