| Index: components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager.cc
|
| diff --git a/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager.cc b/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager.cc
|
| index 48097ef9ebca2acdf7b4446081d138bab08af9a2..1a96b1a315f96370e4506ca1853f160ae10a35e6 100644
|
| --- a/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager.cc
|
| +++ b/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager.cc
|
| @@ -28,6 +28,9 @@ DataReductionProxyDebugUIManager::BypassResource::BypassResource()
|
| render_view_id(-1) {
|
| }
|
|
|
| +DataReductionProxyDebugUIManager::BypassResource::BypassResource(
|
| + const BypassResource& other) = default;
|
| +
|
| DataReductionProxyDebugUIManager::BypassResource::~BypassResource() {
|
| }
|
|
|
|
|