Index: net/proxy/proxy_config_service_fixed.cc |
diff --git a/net/proxy/proxy_config_service_fixed.cc b/net/proxy/proxy_config_service_fixed.cc |
index 3081ea5afa1b79d7cac97ab2cbe07e783575cad1..08f4b85bf53a00497b7bdb7b9d2673f99cd63556 100644 |
--- a/net/proxy/proxy_config_service_fixed.cc |
+++ b/net/proxy/proxy_config_service_fixed.cc |
@@ -10,10 +10,11 @@ ProxyConfigServiceFixed::ProxyConfigServiceFixed(const ProxyConfig& pc) |
: pc_(pc) { |
} |
-ProxyConfigServiceFixed::~ProxyConfigServiceFixed() {} |
+ProxyConfigServiceFixed::~ProxyConfigServiceFixed() { |
+} |
ProxyConfigService::ConfigAvailability |
- ProxyConfigServiceFixed::GetLatestProxyConfig(ProxyConfig* config) { |
+ProxyConfigServiceFixed::GetLatestProxyConfig(ProxyConfig* config) { |
*config = pc_; |
return CONFIG_VALID; |
} |