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

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

Issue 2660333007: Enable NTPTilesInInstantService by default (Closed)
Patch Set: fix tests Created 3 years, 10 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
Index: chrome/browser/safe_browsing/threat_details_unittest.cc
diff --git a/chrome/browser/safe_browsing/threat_details_unittest.cc b/chrome/browser/safe_browsing/threat_details_unittest.cc
index 4926851b4e85d70553e267f70b954c6252698ce4..9690e2f66f5eb1dda9ffd36837a806e068e02ae2 100644
--- a/chrome/browser/safe_browsing/threat_details_unittest.cc
+++ b/chrome/browser/safe_browsing/threat_details_unittest.cc
@@ -207,11 +207,6 @@ class ThreatDetailsTest : public ChromeRenderViewHostTestHarness {
false /* no_db */));
}
- void TearDown() override {
- profile()->DestroyHistoryService();
- ChromeRenderViewHostTestHarness::TearDown();
- }
-
static bool ResourceLessThan(
const ClientSafeBrowsingReportRequest::Resource* lhs,
const ClientSafeBrowsingReportRequest::Resource* rhs) {
« no previous file with comments | « chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc ('k') | chrome/browser/search/instant_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698