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

Unified Diff: net/reporting/reporting_test_util.h

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_service.cc ('k') | net/url_request/url_request_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/reporting/reporting_test_util.h
diff --git a/net/reporting/reporting_test_util.h b/net/reporting/reporting_test_util.h
index 48b63d9b6204934b3f7fba49f8f235fb116e5693..6e64870fb73e3b02b72bea8e7570c2b402339389 100644
--- a/net/reporting/reporting_test_util.h
+++ b/net/reporting/reporting_test_util.h
@@ -29,6 +29,7 @@ class Origin;
namespace net {
+class ReportingBrowsingDataRemover;
class ReportingCache;
struct ReportingClient;
class ReportingGarbageCollector;
@@ -145,6 +146,9 @@ class ReportingTestBase : public ::testing::Test {
ReportingGarbageCollector* garbage_collector() {
return context_->garbage_collector();
}
+ ReportingBrowsingDataRemover* browsing_data_remover() {
+ return context_->browsing_data_remover();
+ }
ReportingPersister* persister() { return context_->persister(); }
« no previous file with comments | « net/reporting/reporting_service.cc ('k') | net/url_request/url_request_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698