| 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 249093758fb15724ba191fbb55df1d899b96851f..cad94cbcd49461158f3a32724bf005f5e882d208 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| @@ -85,7 +85,7 @@ class OffTheRecordProfileIOData : public ProfileIOData {
|
| HttpTransactionFactoryMap;
|
|
|
| OffTheRecordProfileIOData();
|
| - ~OffTheRecordProfileIOData();
|
| + virtual ~OffTheRecordProfileIOData();
|
|
|
| virtual void LazyInitializeInternal(ProfileParams* profile_params) const;
|
| virtual scoped_refptr<RequestContext> InitializeAppRequestContext(
|
|
|