| Index: components/safe_browsing_db/util.cc
|
| diff --git a/components/safe_browsing_db/util.cc b/components/safe_browsing_db/util.cc
|
| index 82ae16bd693c6b9f3676513c8a951d1e5e2b3b64..18dd9f88daebe45d854ea8fc152f0328c23dab86 100644
|
| --- a/components/safe_browsing_db/util.cc
|
| +++ b/components/safe_browsing_db/util.cc
|
| @@ -37,6 +37,9 @@ SBCachedFullHashResult::SBCachedFullHashResult(
|
| const base::Time& in_expire_after)
|
| : expire_after(in_expire_after) {}
|
|
|
| +SBCachedFullHashResult::SBCachedFullHashResult(
|
| + const SBCachedFullHashResult& other) = default;
|
| +
|
| SBCachedFullHashResult::~SBCachedFullHashResult() {}
|
|
|
| // Listnames that browser can process.
|
|
|