| 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 c4e3f8ebe2849c10c59fb4acd08e75dcaa73a8b0..1f7261b75a92e6b7f2d793984f228ef0f2d8118d 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
|
|
|