| 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 6b00aa88af4c4e48e7a88ae5aa8615fb79a5c483..64fc1e481466ebe7d93ffe918705f6f7689c09c9 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -386,7 +386,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;
|
|
|