| Index: content/renderer/webcrypto_impl.h
|
| diff --git a/content/renderer/webcrypto_impl.h b/content/renderer/webcrypto_impl.h
|
| index 362be61307402eb35fd5f3041ca6c149e0d8ca32..95feee4819efe47b55a06249fd92b6760436988a 100644
|
| --- a/content/renderer/webcrypto_impl.h
|
| +++ b/content/renderer/webcrypto_impl.h
|
| @@ -42,6 +42,7 @@ class CONTENT_EXPORT WebCryptoImpl
|
| protected:
|
| FRIEND_TEST_ALL_PREFIXES(WebCryptoImplTest, DigestSampleSets);
|
| FRIEND_TEST_ALL_PREFIXES(WebCryptoImplTest, HMACSampleSets);
|
| + friend class WebCryptoImplTest;
|
|
|
| void Init();
|
|
|
|
|