| 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 cfa6cb645047531472c21858b39fb964a509d37e..72db359f2e9cdc5c4893f2c1ef05ac102c0e9a8a 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
|
|
|