| Index: components/safe_browsing_db/util.h
|
| diff --git a/components/safe_browsing_db/util.h b/components/safe_browsing_db/util.h
|
| index 932d5bdce3d0ee96f29e6d491d6a950427ee6680..e36ce1dad1dd90e657bc4c30878c482e7eb06245 100644
|
| --- a/components/safe_browsing_db/util.h
|
| +++ b/components/safe_browsing_db/util.h
|
| @@ -65,6 +65,7 @@ enum class ThreatPatternType {
|
| // Some fields are only applicable to certain lists.
|
| struct ThreatMetadata {
|
| ThreatMetadata();
|
| + ThreatMetadata(const ThreatMetadata& other);
|
| ~ThreatMetadata();
|
|
|
| // Type of blacklisted page. Used on malware and UwS lists.
|
|
|