Index: chrome/browser/profiles/profile_impl_io_data.h |
diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h |
index 153e2784821f675054197c49ce510562cd6f371e..0bf5dae5da4f707288aa51326edcf20389181346 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.h |
+++ b/chrome/browser/profiles/profile_impl_io_data.h |
@@ -21,6 +21,10 @@ class HttpServerProperties; |
class HttpTransactionFactory; |
} // namespace net |
+namespace predictors { |
+class ResourcePrefetchPredictor; |
+} // namespace predictors |
+ |
class ProfileImplIOData : public ProfileIOData { |
public: |
class Handle { |
@@ -146,6 +150,8 @@ class ProfileImplIOData : public ProfileIOData { |
mutable scoped_ptr<net::FtpTransactionFactory> ftp_factory_; |
mutable scoped_ptr<chrome_browser_net::Predictor> predictor_; |
+ mutable scoped_refptr<predictors::ResourcePrefetchPredictor> |
+ resource_prefetch_predictor_; |
mutable scoped_ptr<ChromeURLRequestContext> media_request_context_; |