Index: chrome/browser/io_thread.h |
=================================================================== |
--- chrome/browser/io_thread.h (revision 147972) |
+++ chrome/browser/io_thread.h (working copy) |
@@ -25,6 +25,7 @@ |
class SystemURLRequestContextGetter; |
namespace chrome_browser_net { |
+class CacheStats; |
class HttpPipeliningCompatibilityClient; |
} |
@@ -108,6 +109,7 @@ |
extension_event_router_forwarder; |
scoped_ptr<chrome_browser_net::HttpPipeliningCompatibilityClient> |
http_pipelining_compatibility_client; |
+ scoped_ptr<chrome_browser_net::CacheStats> cache_stats; |
}; |
// |net_log| must either outlive the IOThread or be NULL. |