Index: net/proxy/proxy_config_service_linux.h |
diff --git a/net/proxy/proxy_config_service_linux.h b/net/proxy/proxy_config_service_linux.h |
index 5dccd9deb77ba6ea745115bf731a88caad4ba9c2..c8b29721c51057bd0608364cd008add5d2689104 100644 |
--- a/net/proxy/proxy_config_service_linux.h |
+++ b/net/proxy/proxy_config_service_linux.h |
@@ -30,7 +30,6 @@ namespace net { |
// settings from environment variables, gconf, gsettings, or kioslaverc (KDE). |
class NET_EXPORT_PRIVATE ProxyConfigServiceLinux : public ProxyConfigService { |
public: |
- |
// Forward declaration of Delegate. |
class Delegate; |
@@ -284,12 +283,10 @@ class NET_EXPORT_PRIVATE ProxyConfigServiceLinux : public ProxyConfigService { |
base::SingleThreadTaskRunner* glib_thread_task_runner, |
base::SingleThreadTaskRunner* io_thread_task_runner, |
base::MessageLoopForIO* file_loop) { |
- delegate_->SetUpAndFetchInitialConfig(glib_thread_task_runner, |
- io_thread_task_runner, file_loop); |
- } |
- void OnCheckProxyConfigSettings() { |
- delegate_->OnCheckProxyConfigSettings(); |
+ delegate_->SetUpAndFetchInitialConfig( |
+ glib_thread_task_runner, io_thread_task_runner, file_loop); |
} |
+ void OnCheckProxyConfigSettings() { delegate_->OnCheckProxyConfigSettings(); } |
// ProxyConfigService methods: |
// Called from IO thread. |