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 { |