| Index: chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| diff --git a/chrome/browser/safe_browsing/browser_feature_extractor.cc b/chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| index 8a52576d6c1d723a2e7101da9c0142b845b0aa4b..27b880c7b39f88f8d16e618ec77995c895ef9ee5 100644
|
| --- a/chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| +++ b/chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| @@ -71,6 +71,8 @@ IPUrlInfo::IPUrlInfo(const std::string& url,
|
| resource_type(resource_type) {
|
| }
|
|
|
| +IPUrlInfo::IPUrlInfo(const IPUrlInfo& other) = default;
|
| +
|
| IPUrlInfo::~IPUrlInfo() {}
|
|
|
| BrowseInfo::BrowseInfo() : http_status_code(0) {}
|
|
|