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

Unified Diff: net/reporting/reporting_browsing_data_remover_unittest.cc

Issue 2829683004: Reporting: Plumb from //chrome/browser/browsing_data. (Closed)
Patch Set: Fix. Created 3 years, 8 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 | « net/reporting/reporting_browsing_data_remover.cc ('k') | net/reporting/reporting_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/reporting/reporting_browsing_data_remover_unittest.cc
diff --git a/net/reporting/reporting_browsing_data_remover_unittest.cc b/net/reporting/reporting_browsing_data_remover_unittest.cc
index 349c5d531ac8bb0a814d357694cbeaef89027522..5b05451601d71c3b91a00dd7c4ccb7cca3725151 100644
--- a/net/reporting/reporting_browsing_data_remover_unittest.cc
+++ b/net/reporting/reporting_browsing_data_remover_unittest.cc
@@ -35,8 +35,7 @@ class ReportingBrowsingDataRemoverTest : public ReportingTestBase {
base::Bind(&ReportingBrowsingDataRemoverTest::HostIs, host);
}
- ReportingBrowsingDataRemover::RemoveBrowsingData(context(), data_type_mask,
- origin_filter);
+ browsing_data_remover()->RemoveBrowsingData(data_type_mask, origin_filter);
}
static bool HostIs(std::string host, const GURL& url) {
« no previous file with comments | « net/reporting/reporting_browsing_data_remover.cc ('k') | net/reporting/reporting_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698