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

Unified Diff: chromeos/network/dhcp_proxy_script_fetcher_chromeos.h

Issue 816973003: Fix WeakPtrFactory members in chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | chromeos/network/network_sms_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/dhcp_proxy_script_fetcher_chromeos.h
diff --git a/chromeos/network/dhcp_proxy_script_fetcher_chromeos.h b/chromeos/network/dhcp_proxy_script_fetcher_chromeos.h
index 0597ca6614c341d87c003985a1b3899dcb8118e4..602227965b5d2089513375eb2c4a56c263c9aea8 100644
--- a/chromeos/network/dhcp_proxy_script_fetcher_chromeos.h
+++ b/chromeos/network/dhcp_proxy_script_fetcher_chromeos.h
@@ -44,10 +44,11 @@ class CHROMEOS_EXPORT DhcpProxyScriptFetcherChromeos
net::URLRequestContext* url_request_context_; // Weak ptr
scoped_ptr<net::ProxyScriptFetcher> proxy_script_fetcher_;
scoped_refptr<base::MessageLoopProxy> network_handler_message_loop_;
- base::WeakPtrFactory<DhcpProxyScriptFetcherChromeos> weak_ptr_factory_;
GURL pac_url_;
+ base::WeakPtrFactory<DhcpProxyScriptFetcherChromeos> weak_ptr_factory_;
+
DISALLOW_COPY_AND_ASSIGN(DhcpProxyScriptFetcherChromeos);
};
« no previous file with comments | « no previous file | chromeos/network/network_sms_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698