Index: chrome/browser/renderer_host/chrome_render_message_filter.h |
diff --git a/chrome/browser/renderer_host/chrome_render_message_filter.h b/chrome/browser/renderer_host/chrome_render_message_filter.h |
index 249435be00405353b780fe527f310580f893daf1..fa4da49fab2c05bfd5b3a429c325023032df84ef 100644 |
--- a/chrome/browser/renderer_host/chrome_render_message_filter.h |
+++ b/chrome/browser/renderer_host/chrome_render_message_filter.h |
@@ -15,6 +15,7 @@ |
class GURL; |
class Profile; |
+class ProfileIOData; |
jochen (gone - plz use gerrit)
2015/11/25 08:54:34
changes to this file are no longer required, right
svaldez
2015/11/25 14:56:55
Done.
|
namespace chrome_browser_net { |
class Predictor; |
@@ -121,6 +122,7 @@ class ChromeRenderMessageFilter : public content::BrowserMessageFilter { |
// The Profile associated with our renderer process. This should only be |
// accessed on the UI thread! |
Profile* profile_; |
+ ProfileIOData* profile_io_data_; |
// The Predictor for the associated Profile. It is stored so that it can be |
// used on the IO thread. |
chrome_browser_net::Predictor* predictor_; |