From 4b3c95dd199586b4c540800be8cd223e948e5e3f Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Fri, 7 Jan 2011 23:02:11 +0000 Subject: Start reordering the methods in headers in net/. This patch also starts reordering some of the cc files to match their headers. More of both cleanups will be done in future patches. BUG=68682 TEST=compiles Review URL: http://codereview.chromium.org/6085013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70799 0039d316-1c4b-4281-b951-d872f2087c98 --- net/proxy/proxy_service.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/proxy/proxy_service.h') diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h index f9424d7..75ac3c9 100644 --- a/net/proxy/proxy_service.h +++ b/net/proxy/proxy_service.h @@ -277,6 +277,9 @@ class ProxyService : public base::RefCountedThreadSafe, int result_code, const BoundNetLog& net_log); + // Start initialization using |fetched_config_|. + void InitializeUsingLastFetchedConfig(); + // NetworkChangeNotifier::Observer // When this is called, we re-fetch PAC scripts and re-run WPAD. virtual void OnIPAddressChanged(); @@ -284,9 +287,6 @@ class ProxyService : public base::RefCountedThreadSafe, // ProxyConfigService::Observer virtual void OnProxyConfigChanged(const ProxyConfig& config); - // Start initialization using |fetched_config_|. - void InitializeUsingLastFetchedConfig(); - scoped_ptr config_service_; scoped_ptr resolver_; -- cgit v1.1