diff options
Diffstat (limited to 'chrome/browser/autocomplete/shortcuts_provider_unittest.cc')
-rw-r--r-- | chrome/browser/autocomplete/shortcuts_provider_unittest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/autocomplete/shortcuts_provider_unittest.cc b/chrome/browser/autocomplete/shortcuts_provider_unittest.cc index e5546bd..b2e4da3 100644 --- a/chrome/browser/autocomplete/shortcuts_provider_unittest.cc +++ b/chrome/browser/autocomplete/shortcuts_provider_unittest.cc @@ -314,6 +314,7 @@ void ShortcutsProviderTest::TearDown() { // Run all pending tasks or else some threads hold on to the message loop // and prevent it from being deleted. message_loop_.RunUntilIdle(); + profile_.DestroyHistoryService(); provider_ = NULL; } |