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 48aae0ffc40e7eb08a07628b58351814ff8cc38d..05ee6890c7de2a9bbe32f348351d2ff02391bf13 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 |
@@ -307,6 +307,9 @@ DataReductionProxyTypeInfo::DataReductionProxyTypeInfo() |
: is_fallback(false), is_ssl(false) { |
} |
+DataReductionProxyTypeInfo::DataReductionProxyTypeInfo( |
+ const DataReductionProxyTypeInfo& other) = default; |
+ |
DataReductionProxyTypeInfo::~DataReductionProxyTypeInfo(){ |
} |