| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
|
| index 2ea4b94a5d8ed5ba94468e617ed973059acb24c4..b5f0a5f12bb145064b9acbadc764d8a07435ef54 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
|
| @@ -287,7 +287,7 @@ const char* GetServerExperimentsFieldTrialName() {
|
|
|
| } // namespace params
|
|
|
| -DataReductionProxyTypeInfo::DataReductionProxyTypeInfo() : is_fallback(false) {}
|
| +DataReductionProxyTypeInfo::DataReductionProxyTypeInfo() : proxy_index(0) {}
|
|
|
| DataReductionProxyTypeInfo::DataReductionProxyTypeInfo(
|
| const DataReductionProxyTypeInfo& other) = default;
|
|
|