Index: chrome/browser/io_thread.h |
=================================================================== |
--- chrome/browser/io_thread.h (revision 152373) |
+++ chrome/browser/io_thread.h (working copy) |
@@ -24,8 +24,8 @@ |
class SystemURLRequestContextGetter; |
namespace chrome_browser_net { |
-class CacheStats; |
class HttpPipeliningCompatibilityClient; |
+class LoadTimeStats; |
} |
namespace extensions { |
@@ -112,7 +112,7 @@ |
extension_event_router_forwarder; |
scoped_ptr<chrome_browser_net::HttpPipeliningCompatibilityClient> |
http_pipelining_compatibility_client; |
- scoped_ptr<chrome_browser_net::CacheStats> cache_stats; |
+ scoped_ptr<chrome_browser_net::LoadTimeStats> load_time_stats; |
}; |
// |net_log| must either outlive the IOThread or be NULL. |