| Index: components/safe_browsing_db/v4_protocol_manager_util.h
|
| diff --git a/components/safe_browsing_db/v4_protocol_manager_util.h b/components/safe_browsing_db/v4_protocol_manager_util.h
|
| index 54e8899492f9b5ede72ac13f8131155e6f2748d3..0d552675498ea4733a4f6faf1df243518bb29bd4 100644
|
| --- a/components/safe_browsing_db/v4_protocol_manager_util.h
|
| +++ b/components/safe_browsing_db/v4_protocol_manager_util.h
|
| @@ -32,6 +32,7 @@ struct V4ProtocolConfig {
|
| bool disable_auto_update;
|
|
|
| V4ProtocolConfig();
|
| + V4ProtocolConfig(const V4ProtocolConfig& other);
|
| ~V4ProtocolConfig();
|
| };
|
|
|
|
|