| Index: net/url_request/url_request_throttler_manager.h
|
| diff --git a/net/url_request/url_request_throttler_manager.h b/net/url_request/url_request_throttler_manager.h
|
| index 855ef931d9b46fa87c0d1a212a1e9f80dc25df58..12fb9eecc14028944022a9bf5aeca210c95764e6 100644
|
| --- a/net/url_request/url_request_throttler_manager.h
|
| +++ b/net/url_request/url_request_throttler_manager.h
|
| @@ -20,7 +20,7 @@
|
|
|
| namespace net {
|
|
|
| -class BoundNetLog;
|
| +class NetLogWithSource;
|
| class NetLog;
|
|
|
| // Class that registers URL request throttler entries for URLs being accessed
|
| @@ -141,7 +141,7 @@ class NET_EXPORT URLRequestThrottlerManager
|
| bool logged_for_localhost_disabled_;
|
|
|
| // NetLog to use, if configured.
|
| - BoundNetLog net_log_;
|
| + NetLogWithSource net_log_;
|
|
|
| // Valid once we've registered for network notifications.
|
| base::PlatformThreadId registered_from_thread_;
|
|
|