diff options
Diffstat (limited to 'chrome/browser/profiles/profile_io_data.h')
-rw-r--r-- | chrome/browser/profiles/profile_io_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h index ae3331b..b8ea39b 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) { |