data_reduction_proxy_settings_test_utils.h | 95 if (!network_interfaces_.get()) 97 for (size_t i = 0; i < network_interfaces_->size(); ++i) 98 interfaces->push_back(network_interfaces_->at(i)); 101 scoped_ptr<net::NetworkInterfaceList> network_interfaces_; member in class:data_reduction_proxy::MockDataReductionProxySettings
|