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

Unified Diff: net/url_request/url_request_unittest.cc

Issue 2769083005: Reporting: Set up in ProfileImplIOData. (Closed)
Patch Set: rebase 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_unittest.cc
diff --git a/net/url_request/url_request_unittest.cc b/net/url_request/url_request_unittest.cc
index e2a6a5d712e6ccc64cef1a7f16b3641eca54f827..f2f64411708d06921344f1fd0ac7cc03c27e8a77 100644
--- a/net/url_request/url_request_unittest.cc
+++ b/net/url_request/url_request_unittest.cc
@@ -6639,10 +6639,12 @@ class TestReportingService : public ReportingService {
std::string header_value;
};
- ~TestReportingService() override {}
-
const std::vector<Header>& headers() { return headers_; }
+ // ReportingService implementation:
+
+ ~TestReportingService() override {}
+
void QueueReport(const GURL& url,
const std::string& group,
const std::string& type,
« no previous file with comments | « net/reporting/reporting_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698