Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager.cc

Issue 1728033002: components: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {
}

Powered by Google App Engine
This is Rietveld 408576698