Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index 3d34538cb1ef7de40c3be4fefbcb6dfda5bda7c3..5730bb992851825f45733a3a041ba6567b3dc3a0 100644 |
--- a/chrome/browser/io_thread.h |
+++ b/chrome/browser/io_thread.h |
@@ -20,7 +20,6 @@ class ChromeNetLog; |
class ChromeURLRequestContextGetter; |
class ListValue; |
class PrefService; |
-class PrerenderInterceptor; |
namespace chrome_browser_net { |
class ConnectInterceptor; |
@@ -157,7 +156,6 @@ class IOThread : public BrowserProcessSubThread { |
// down. |
chrome_browser_net::ConnectInterceptor* speculative_interceptor_; |
chrome_browser_net::Predictor* predictor_; |
- scoped_ptr<PrerenderInterceptor> prerender_interceptor_; |
// Keeps track of all live ChromeURLRequestContextGetters, so the |
// ChromeURLRequestContexts can be released during |