Index: net/proxy/proxy_config.cc |
=================================================================== |
--- net/proxy/proxy_config.cc (revision 98481) |
+++ net/proxy/proxy_config.cc (working copy) |
@@ -159,7 +159,7 @@ |
} |
ProxyConfig::ProxyConfig() |
- : auto_detect_(false), pac_mandatory_(false), id_(INVALID_ID) { |
+ : auto_detect_(false), pac_mandatory_(false), id_(kInvalidConfigID) { |
} |
ProxyConfig::ProxyConfig(const ProxyConfig& config) |