Index: chrome/browser/safe_browsing/notification_image_reporter.cc |
diff --git a/chrome/browser/safe_browsing/notification_image_reporter.cc b/chrome/browser/safe_browsing/notification_image_reporter.cc |
index b9333b174df1f85eb86eb971305f7691ee57c5b6..93cc48781a3c767325427e72ff13eb3aecdbe745 100644 |
--- a/chrome/browser/safe_browsing/notification_image_reporter.cc |
+++ b/chrome/browser/safe_browsing/notification_image_reporter.cc |
@@ -59,9 +59,8 @@ const char NotificationImageReporter::kReportingUploadUrl[] = |
NotificationImageReporter::NotificationImageReporter( |
net::URLRequestContext* request_context) |
- : NotificationImageReporter(base::MakeUnique<net::ReportSender>( |
- request_context, |
- net::ReportSender::CookiesPreference::DO_NOT_SEND_COOKIES)) {} |
+ : NotificationImageReporter( |
+ base::MakeUnique<net::ReportSender>(request_context)) {} |
NotificationImageReporter::NotificationImageReporter( |
std::unique_ptr<net::ReportSender> report_sender) |