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

Unified Diff: net/proxy/proxy_config_service_linux.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: 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.

Powered by Google App Engine
This is Rietveld 408576698