| Index: chrome/test/testing_profile.cc
|
| diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc
|
| index 8ba85f0df03abd57e7567a8875e8ac4b0e02af8d..f3a08300b7dd0b43ebd06f62719b32a7761ca6d5 100644
|
| --- a/chrome/test/testing_profile.cc
|
| +++ b/chrome/test/testing_profile.cc
|
| @@ -174,6 +174,9 @@ TestingProfile::~TestingProfile() {
|
|
|
| profile_dependency_manager_->DestroyProfileServices(this);
|
|
|
| + if (host_content_settings_map_)
|
| + host_content_settings_map_->ShutdownOnUIThread();
|
| +
|
| DestroyTopSites();
|
| DestroyHistoryService();
|
| // FaviconService depends on HistoryServce so destroying it later.
|
|
|