| Index: ios/chrome/browser/browser_state/chrome_browser_state_io_data.h
|
| diff --git a/ios/chrome/browser/browser_state/chrome_browser_state_io_data.h b/ios/chrome/browser/browser_state/chrome_browser_state_io_data.h
|
| index 8c26887663d8bf71b7ad198fbfd8be2e8893de82..63c7b7f0de7d9bf7418c84c82b2fae2f4a5d1ccb 100644
|
| --- a/ios/chrome/browser/browser_state/chrome_browser_state_io_data.h
|
| +++ b/ios/chrome/browser/browser_state/chrome_browser_state_io_data.h
|
| @@ -203,7 +203,7 @@ class ChromeBrowserStateIOData {
|
|
|
| net::ProxyService* proxy_service() const { return proxy_service_.get(); }
|
|
|
| - base::WeakPtr<net::HttpServerProperties> http_server_properties() const;
|
| + net::HttpServerProperties* http_server_properties() const;
|
|
|
| void set_http_server_properties(
|
| std::unique_ptr<net::HttpServerProperties> http_server_properties) const;
|
|
|