diff options
Diffstat (limited to 'net/proxy/proxy_config.h')
-rw-r--r-- | net/proxy/proxy_config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/proxy/proxy_config.h b/net/proxy/proxy_config.h index be5e2fb..fe3a1d17 100644 --- a/net/proxy/proxy_config.h +++ b/net/proxy/proxy_config.h @@ -13,7 +13,9 @@ #include "net/proxy/proxy_bypass_rules.h" #include "net/proxy/proxy_server.h" +namespace base { class Value; +} namespace net { @@ -131,7 +133,7 @@ class NET_API ProxyConfig { // Creates a Value dump of this configuration. The caller is responsible for // deleting the returned value. - Value* ToValue() const; + base::Value* ToValue() const; ProxyRules& proxy_rules() { return proxy_rules_; |