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

Unified Diff: chrome/browser/net/pref_proxy_config_tracker_impl.h

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 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
Index: chrome/browser/net/pref_proxy_config_tracker_impl.h
diff --git a/chrome/browser/net/pref_proxy_config_tracker_impl.h b/chrome/browser/net/pref_proxy_config_tracker_impl.h
index d37c01c732e2c469ee98c4032af15438129a0bab..45a5b3da24e7d7384d385554fe5ce281368b915f 100644
--- a/chrome/browser/net/pref_proxy_config_tracker_impl.h
+++ b/chrome/browser/net/pref_proxy_config_tracker_impl.h
@@ -30,8 +30,8 @@ class ChromeProxyConfigService
// Takes ownership of the passed |base_service|.
// If |wait_for_first_update| is true, GetLatestProxyConfig returns
// ConfigAvailability::CONFIG_PENDING until UpdateProxyConfig has been called.
- explicit ChromeProxyConfigService(net::ProxyConfigService* base_service,
- bool wait_for_first_update);
+ ChromeProxyConfigService(net::ProxyConfigService* base_service,
+ bool wait_for_first_update);
virtual ~ChromeProxyConfigService();
// ProxyConfigService implementation:
« no previous file with comments | « chrome/browser/net/http_pipelining_compatibility_client.h ('k') | chrome/browser/policy/configuration_policy_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698