| 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) {
|
|
|