| Index: chrome/browser/ssl/certificate_reporting_test_utils.cc
|
| diff --git a/chrome/browser/ssl/certificate_reporting_test_utils.cc b/chrome/browser/ssl/certificate_reporting_test_utils.cc
|
| index 55aa0e206702ac38c547c21f9f6384732ebe85a8..d561d16ae2e65b6554f460a9272838e52c0ed31c 100644
|
| --- a/chrome/browser/ssl/certificate_reporting_test_utils.cc
|
| +++ b/chrome/browser/ssl/certificate_reporting_test_utils.cc
|
| @@ -20,10 +20,10 @@
|
| #include "chrome/browser/ssl/cert_report_helper.h"
|
| #include "chrome/browser/ssl/ssl_cert_reporter.h"
|
| #include "chrome/browser/ui/browser.h"
|
| -#include "chrome/common/pref_names.h"
|
| #include "components/certificate_reporting/error_report.h"
|
| #include "components/certificate_reporting/error_reporter.h"
|
| #include "components/prefs/pref_service.h"
|
| +#include "components/safe_browsing_db/safe_browsing_prefs.h"
|
| #include "components/variations/variations_associated_data.h"
|
| #include "net/url_request/report_sender.h"
|
| #include "net/url_request/url_request_context.h"
|
| @@ -151,7 +151,7 @@ const std::string& CertificateReportingTest::GetLatestHostnameReported() const {
|
|
|
| void SetCertReportingOptIn(Browser* browser, OptIn opt_in) {
|
| browser->profile()->GetPrefs()->SetBoolean(
|
| - prefs::kSafeBrowsingExtendedReportingEnabled,
|
| + safe_browsing::GetExtendedReportingPrefName(),
|
| opt_in == EXTENDED_REPORTING_OPT_IN);
|
| }
|
|
|
|
|