Index: chrome/browser/profiles/off_the_record_profile_io_data.cc |
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
index 904c59b9d903ceb4d9ce2aa406aedd060d3c9672..e9ed015e71734a134581495252907d2a3c9c5fc5 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_io_data.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
@@ -56,6 +56,7 @@ OffTheRecordProfileIOData::Handle::Handle(Profile* profile) |
OffTheRecordProfileIOData::Handle::~Handle() { |
DCHECK_CURRENTLY_ON(BrowserThread::UI); |
+ profile_->ShutdownStoragePartitions(); |
io_data_->ShutdownOnUIThread(GetAllContextGetters()); |
} |