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

Unified Diff: components/safe_browsing_db/v4_protocol_manager_util.cc

Issue 1869063004: 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, 8 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
« no previous file with comments | « components/safe_browsing_db/v4_protocol_manager_util.h ('k') | components/wifi/network_properties.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing_db/v4_protocol_manager_util.cc
diff --git a/components/safe_browsing_db/v4_protocol_manager_util.cc b/components/safe_browsing_db/v4_protocol_manager_util.cc
index fbbad5bcc29bb40c4fdfb9655049790c599c954f..ec2de4cc6720c83db198845a552c65a227c69880 100644
--- a/components/safe_browsing_db/v4_protocol_manager_util.cc
+++ b/components/safe_browsing_db/v4_protocol_manager_util.cc
@@ -39,6 +39,8 @@ size_t UpdateListIdentifier::hash() const {
V4ProtocolConfig::V4ProtocolConfig() : disable_auto_update(false) {}
+V4ProtocolConfig::V4ProtocolConfig(const V4ProtocolConfig& other) = default;
+
V4ProtocolConfig::~V4ProtocolConfig() {}
// static
« no previous file with comments | « components/safe_browsing_db/v4_protocol_manager_util.h ('k') | components/wifi/network_properties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698