| Index: chrome/browser/extensions/api/identity/identity_api.h
|
| diff --git a/chrome/browser/extensions/api/identity/identity_api.h b/chrome/browser/extensions/api/identity/identity_api.h
|
| index c10975431fd9475b2350ca61634bbe34e5f3bc56..c0fe91325635efeb1290aa20195ca6e574275aa4 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_api.h
|
| +++ b/chrome/browser/extensions/api/identity/identity_api.h
|
| @@ -60,6 +60,7 @@ class IdentityTokenCacheValue {
|
| explicit IdentityTokenCacheValue(const IssueAdviceInfo& issue_advice);
|
| IdentityTokenCacheValue(const std::string& token,
|
| base::TimeDelta time_to_live);
|
| + IdentityTokenCacheValue(const IdentityTokenCacheValue& other);
|
| ~IdentityTokenCacheValue();
|
|
|
| // Order of these entries is used to determine whether or not new
|
|
|