// Copyright 2010 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_PROXY_RESOLUTION_PROXY_CONFIG_SERVICE_COMMON_UNITTEST_H_ #define NET_PROXY_RESOLUTION_PROXY_CONFIG_SERVICE_COMMON_UNITTEST_H_ #include "net/proxy_resolution/proxy_config.h" #include "testing/gtest/include/gtest/gtest.h" // Helper functions to describe the expected value of a // ProxyConfig::ProxyRules, and to check for a match. namespace net { // This structure contains our expectations on what values the ProxyRules // should have. struct ProxyRulesExpectation { … }; } // namespace net #endif // NET_PROXY_RESOLUTION_PROXY_CONFIG_SERVICE_COMMON_UNITTEST_H_