| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_data_use_observer.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_data_use_observer.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_data_use_observer.cc
|
| index 391674fadba614fb1e975dc31c5dcaa1718239e4..b7683d292a91ac57443e4759d254b7df9cccb317 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_data_use_observer.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_data_use_observer.cc
|
| @@ -85,8 +85,9 @@ void DataReductionProxyDataUseObserver::OnPageResourceLoad(
|
| DCHECK_CALLED_ON_VALID_THREAD(thread_checker_);
|
|
|
| if (data_use->traffic_type() !=
|
| - data_use_measurement::DataUse::TrafficType::USER_TRAFFIC)
|
| + data_use_measurement::DataUse::TrafficType::USER_TRAFFIC) {
|
| return;
|
| + }
|
|
|
| if (!request.url().SchemeIs(url::kHttpsScheme) &&
|
| !request.url().SchemeIs(url::kHttpScheme)) {
|
|
|