| Index: components/safe_browsing_db/util.h
|
| diff --git a/components/safe_browsing_db/util.h b/components/safe_browsing_db/util.h
|
| index 50134a08292e83bb7e4547afb74589193372f2eb..8f82c609e6ee5b1fde14aac459385daa270ac02b 100644
|
| --- a/components/safe_browsing_db/util.h
|
| +++ b/components/safe_browsing_db/util.h
|
| @@ -78,6 +78,7 @@ struct SBFullHashResult {
|
| struct SBCachedFullHashResult {
|
| SBCachedFullHashResult();
|
| explicit SBCachedFullHashResult(const base::Time& in_expire_after);
|
| + SBCachedFullHashResult(const SBCachedFullHashResult& other);
|
| ~SBCachedFullHashResult();
|
|
|
| base::Time expire_after;
|
|
|