Index: chrome/browser/profiles/profile_io_data.cc |
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc |
index 5c4d65b1023f40e7bba584af83843c3758522b34..c057348b366e9d7a41ef0fdf261ca769e18f9883 100644 |
--- a/chrome/browser/profiles/profile_io_data.cc |
+++ b/chrome/browser/profiles/profile_io_data.cc |
@@ -916,9 +916,8 @@ void ProfileIOData::set_data_reduction_proxy_io_data( |
data_reduction_proxy_io_data_ = std::move(data_reduction_proxy_io_data); |
} |
-base::WeakPtr<net::HttpServerProperties> |
-ProfileIOData::http_server_properties() const { |
- return http_server_properties_->GetWeakPtr(); |
+net::HttpServerProperties* ProfileIOData::http_server_properties() const { |
+ return http_server_properties_.get(); |
} |
void ProfileIOData::set_http_server_properties( |