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

Unified Diff: net/proxy/polling_proxy_config_service.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/polling_proxy_config_service.h
diff --git a/net/proxy/polling_proxy_config_service.h b/net/proxy/polling_proxy_config_service.h
index f5f5117238a7b95def64dab39bcef8b0cf2df0dd..f582878ea5fdd9f6ee72b0e73fdf8d0771c66299 100644
--- a/net/proxy/polling_proxy_config_service.h
+++ b/net/proxy/polling_proxy_config_service.h
@@ -34,9 +34,8 @@ class NET_EXPORT_PRIVATE PollingProxyConfigService : public ProxyConfigService {
// Creates a polling-based ProxyConfigService which will test for new
// settings at most every |poll_interval| time by calling |get_config_func|
// on a worker thread.
- PollingProxyConfigService(
- base::TimeDelta poll_interval,
- GetConfigFunction get_config_func);
+ PollingProxyConfigService(base::TimeDelta poll_interval,
+ GetConfigFunction get_config_func);
virtual ~PollingProxyConfigService();

Powered by Google App Engine
This is Rietveld 408576698