Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: ios/chrome/browser/browser_state/chrome_browser_state_io_data.h

Issue 2041863002: Remove HttpServerProperies::GetWeakPtr(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 61906d67c267a96c4514bc616245101ee33356c6..013727ea87b23e7ecbc755ffcd295a0c77df226f 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;
« no previous file with comments | « google_apis/gcm/tools/mcs_probe.cc ('k') | ios/chrome/browser/browser_state/chrome_browser_state_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698