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

Unified Diff: net/reporting/reporting_test_util.h

Issue 2829683004: Reporting: Plumb from //chrome/browser/browsing_data. (Closed)
Patch Set: Make requested changes. 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
Index: net/reporting/reporting_test_util.h
diff --git a/net/reporting/reporting_test_util.h b/net/reporting/reporting_test_util.h
index 2fa0d46cfa75e6ce839eb4758be26046c267cce7..c1ae355d53acee6acecc3e863d758830c6e9accc 100644
--- a/net/reporting/reporting_test_util.h
+++ b/net/reporting/reporting_test_util.h
@@ -30,6 +30,7 @@ class Origin;
namespace net {
+class ReportingBrowsingDataRemover;
class ReportingCache;
struct ReportingClient;
class ReportingGarbageCollector;
@@ -174,6 +175,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(); }

Powered by Google App Engine
This is Rietveld 408576698