| Index: components/security_interstitials/metrics_helper.cc
|
| diff --git a/components/security_interstitials/metrics_helper.cc b/components/security_interstitials/metrics_helper.cc
|
| index ae2444de86019a1996d5f817062c210ec847d87d..b13ecfb8a879f9d4242ae1e1635db85bf8cdb5ad 100644
|
| --- a/components/security_interstitials/metrics_helper.cc
|
| +++ b/components/security_interstitials/metrics_helper.cc
|
| @@ -31,8 +31,8 @@ MetricsHelper::MetricsHelper(const GURL& request_url,
|
| num_visits_(-1) {
|
| DCHECK(!settings_.metric_prefix.empty());
|
| if (settings_.rappor_report_type == rappor::NUM_RAPPOR_TYPES) // Default.
|
| - rappor_service = nullptr;
|
| - DCHECK(!rappor_service || !settings_.rappor_prefix.empty());
|
| + rappor_service_ = nullptr;
|
| + DCHECK(!rappor_service_ || !settings_.rappor_prefix.empty());
|
| if (history_service) {
|
| history_service->GetVisibleVisitCountToHost(
|
| request_url_,
|
|
|