Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1965)

Unified Diff: content/renderer/webcrypto_impl.h

Issue 24237013: Refactor webcrypto unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove multiple inheritance and "using namespace WebKit" Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « no previous file | content/renderer/webcrypto_impl_unittest.cc » ('j') | content/renderer/webcrypto_impl_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698