| Index: chrome/browser/profiles/profile_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
|
| index ae3331b548df46dfd3b2dbc0fbd5af8ea93ab612..b8ea39b5c6355864d6e42502e3a6d2a253c314df 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -94,7 +94,7 @@ class ProfileIOData : public base::RefCountedThreadSafe<ProfileIOData> {
|
| class RequestContext : public ChromeURLRequestContext {
|
| public:
|
| RequestContext();
|
| - ~RequestContext();
|
| + virtual ~RequestContext();
|
|
|
| // Setter is used to transfer ownership of the ProfileIOData to the context.
|
| void set_profile_io_data(const ProfileIOData* profile_io_data) {
|
|
|