| Index: chrome/browser/net/firefox_proxy_settings.h
|
| diff --git a/chrome/browser/net/firefox_proxy_settings.h b/chrome/browser/net/firefox_proxy_settings.h
|
| index 34ea9ff2cdd20abdfe255c9966b59bed103a66f5..94dfe56b1b6ae35859e36d51fe561c0d7d670138 100644
|
| --- a/chrome/browser/net/firefox_proxy_settings.h
|
| +++ b/chrome/browser/net/firefox_proxy_settings.h
|
| @@ -68,9 +68,7 @@ class FirefoxProxySettings {
|
| return proxy_bypass_list_;
|
| }
|
|
|
| - const std::string autoconfig_url() const {
|
| - return autoconfig_url_;
|
| - }
|
| + const std::string& autoconfig_url() const { return autoconfig_url_; }
|
|
|
| // Converts a FirefoxProxySettings object to a net::ProxyConfig.
|
| // On success returns true and fills |config| with the result.
|
|
|