Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: chrome/browser/safe_browsing/malware_details_unittest.cc

Issue 7919023: Fix a leak in MalwareDetailsTest.HTTPCache (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/malware_details_unittest.cc
diff --git a/chrome/browser/safe_browsing/malware_details_unittest.cc b/chrome/browser/safe_browsing/malware_details_unittest.cc
index d2fa55c7f39df8d9385fc179e6df4ef1cdcbcef7..8050a14054e91c5a02a66c8e05fc480f47e20158 100644
--- a/chrome/browser/safe_browsing/malware_details_unittest.cc
+++ b/chrome/browser/safe_browsing/malware_details_unittest.cc
@@ -182,9 +182,9 @@ class MalwareDetailsTest : public ChromeRenderViewHostTestHarness {
}
virtual void TearDown() {
- io_thread_.Stop();
profile()->DestroyHistoryService();
ChromeRenderViewHostTestHarness::TearDown();
+ io_thread_.Stop();
}
static bool ResourceLessThan(
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698