| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 4be44c5379bfd8f9b4d5ad085a4f516d49bb9d87..bf7e5955b5c8d7c6b62ca641fb135d5d3a96c50b 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -514,6 +514,8 @@ void TestingProfile::FinishInit() {
|
| }
|
|
|
| TestingProfile::~TestingProfile() {
|
| + ShutdownStoragePartitions();
|
| +
|
| // Revert to non-incognito mode before shutdown.
|
| force_incognito_ = false;
|
|
|
|
|