| Index: net/proxy/proxy_resolver_script_data.cc
|
| diff --git a/net/proxy/proxy_resolver_script_data.cc b/net/proxy/proxy_resolver_script_data.cc
|
| index fd8c3998f77a2e5f86cde82a0e72fcdb59f143d8..0314fc3560b20c359f9ae8a48cb3510bafa06947 100644
|
| --- a/net/proxy/proxy_resolver_script_data.cc
|
| +++ b/net/proxy/proxy_resolver_script_data.cc
|
| @@ -45,4 +45,14 @@ const GURL& ProxyResolverScriptData::url() const {
|
| return url_;
|
| }
|
|
|
| +ProxyResolverScriptData::ProxyResolverScriptData(Type type,
|
| + const GURL& url,
|
| + const string16& utf16)
|
| + : type_(type),
|
| + url_(url),
|
| + utf16_(utf16) {
|
| +}
|
| +
|
| +ProxyResolverScriptData::~ProxyResolverScriptData() {}
|
| +
|
| } // namespace net
|
|
|