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

Unified Diff: net/url_request/url_request_throttler_manager.cc

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/url_request/url_request_throttler_manager.cc
diff --git a/net/url_request/url_request_throttler_manager.cc b/net/url_request/url_request_throttler_manager.cc
index e6dd6580c362d77396d16f8429575e3ea34d2e95..d019398c3a6e43ea87822d3232fb2a55a2b984a3 100644
--- a/net/url_request/url_request_throttler_manager.cc
+++ b/net/url_request/url_request_throttler_manager.cc
@@ -49,7 +49,7 @@ URLRequestThrottlerManager::~URLRequestThrottlerManager() {
}
scoped_refptr<URLRequestThrottlerEntryInterface>
- URLRequestThrottlerManager::RegisterRequestUrl(const GURL &url) {
+URLRequestThrottlerManager::RegisterRequestUrl(const GURL& url) {
DCHECK(!enable_thread_checks_ || CalledOnValidThread());
// Normalize the url.
@@ -141,8 +141,8 @@ bool URLRequestThrottlerManager::enable_thread_checks() const {
void URLRequestThrottlerManager::set_net_log(NetLog* net_log) {
DCHECK(net_log);
- net_log_ = BoundNetLog::Make(net_log,
- NetLog::SOURCE_EXPONENTIAL_BACKOFF_THROTTLING);
+ net_log_ =
+ BoundNetLog::Make(net_log, NetLog::SOURCE_EXPONENTIAL_BACKOFF_THROTTLING);
}
NetLog* URLRequestThrottlerManager::net_log() const {

Powered by Google App Engine
This is Rietveld 408576698