| 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 77a30b3d7b80c4fe5c9376b11d7268c3b76e0db5..12382671e56e9a952fc9ce1489336e86f1956515 100644
 | 
| --- a/net/url_request/url_request_throttler_manager.cc
 | 
| +++ b/net/url_request/url_request_throttler_manager.cc
 | 
| @@ -122,7 +122,7 @@ bool URLRequestThrottlerManager::enable_thread_checks() const {
 | 
|  
 | 
|  void URLRequestThrottlerManager::set_net_log(NetLog* net_log) {
 | 
|    DCHECK(net_log);
 | 
| -  net_log_ = BoundNetLog::Make(
 | 
| +  net_log_ = NetLogWithSource::Make(
 | 
|        net_log, NetLogSourceType::EXPONENTIAL_BACKOFF_THROTTLING);
 | 
|  }
 | 
|  
 | 
| 
 |