Index: chrome/browser/profiles/off_the_record_profile_io_data.h |
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.h b/chrome/browser/profiles/off_the_record_profile_io_data.h |
index e842951f36e60b3eb5c27d2142f531e4d8bc90f0..5e09c96e864a683491820520e1f319977b29eebe 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_io_data.h |
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.h |
@@ -19,6 +19,11 @@ class ChromeURLRequestContext; |
class ChromeURLRequestContextGetter; |
class Profile; |
+namespace net { |
+class FtpTransactionFactory; |
+class HttpTransactionFactory; |
+} // namespace net |
+ |
// OffTheRecordProfile owns a OffTheRecordProfileIOData::Handle, which holds a |
// reference to the OffTheRecordProfileIOData. OffTheRecordProfileIOData is |
// intended to own all the objects owned by OffTheRecordProfile which live on |