Chromium Code Reviews| 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); |
|
Ryan Sleevi
2013/09/24 01:17:11
nit: these two are no longer needed, are they?
eroman
2013/09/24 01:26:41
They are still needed:
DigestSampleSets: calls D
|
| + friend class WebCryptoImplTest; |
| void Init(); |