diff options
Diffstat (limited to 'net/url_request/url_request_throttler_manager.h')
-rw-r--r-- | net/url_request/url_request_throttler_manager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/url_request/url_request_throttler_manager.h b/net/url_request/url_request_throttler_manager.h index d97e0b9..778c695 100644 --- a/net/url_request/url_request_throttler_manager.h +++ b/net/url_request/url_request_throttler_manager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -166,8 +166,8 @@ class NET_EXPORT URLRequestThrottlerManager // 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_; |