Index: net/url_request/url_request_throttler_manager.h |
=================================================================== |
--- net/url_request/url_request_throttler_manager.h (revision 126703) |
+++ net/url_request/url_request_throttler_manager.h (working copy) |
@@ -166,8 +166,8 @@ |
// being disabled for localhost. |
bool logged_for_localhost_disabled_; |
- // NetLog to use, or NULL if none configured. |
- scoped_ptr<BoundNetLog> net_log_; |
+ // NetLog to use, if configured. |
+ BoundNetLog net_log_; |
// Valid once we've registered for network notifications. |
base::PlatformThreadId registered_from_thread_; |