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

Unified Diff: content/renderer/webcrypto_impl.h

Issue 24237013: Refactor webcrypto unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase onto master 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
« no previous file with comments | « no previous file | content/renderer/webcrypto_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/webcrypto_impl.h
diff --git a/content/renderer/webcrypto_impl.h b/content/renderer/webcrypto_impl.h
index 362be61307402eb35fd5f3041ca6c149e0d8ca32..a2c8a87dd6463170b5c1d84dda24521acdbb3910 100644
--- a/content/renderer/webcrypto_impl.h
+++ b/content/renderer/webcrypto_impl.h
@@ -7,7 +7,6 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "base/gtest_prod_util.h"
#include "base/memory/scoped_ptr.h"
#include "content/common/content_export.h"
#include "third_party/WebKit/public/platform/WebCrypto.h"
@@ -40,8 +39,7 @@ class CONTENT_EXPORT WebCryptoImpl
WebKit::WebCryptoResult result);
protected:
- FRIEND_TEST_ALL_PREFIXES(WebCryptoImplTest, DigestSampleSets);
- FRIEND_TEST_ALL_PREFIXES(WebCryptoImplTest, HMACSampleSets);
+ friend class WebCryptoImplTest;
void Init();
« no previous file with comments | « no previous file | content/renderer/webcrypto_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698