| 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
|
|
|