| Index: chrome/browser/profiles/profile_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
|
| index 5f7078d8cc21fec039335ee0168f6e5a7fb5a014..bb1575007cc2ed3fc5b4c8de23fb708df100b253 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -389,7 +389,7 @@ class ProfileIOData {
|
| 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;
|
|
|