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

Unified Diff: Source/modules/crypto/RsaSsaParams.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | « Source/modules/crypto/RsaKeyGenParams.cpp ('k') | Source/modules/crypto/RsaSsaParams.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/RsaSsaParams.h
diff --git a/Source/modules/crypto/RsaSsaParams.h b/Source/modules/crypto/RsaSsaParams.h
index 65c50430e15b41c16054b04a004bc77930debc52..dd17e0152bd8d81321523de204c3f68a5d3d1673 100644
--- a/Source/modules/crypto/RsaSsaParams.h
+++ b/Source/modules/crypto/RsaSsaParams.h
@@ -38,12 +38,12 @@ namespace WebCore {
class RsaSsaParams : public Algorithm {
public:
- static PassRefPtr<RsaSsaParams> create(const WebKit::WebCryptoAlgorithm& algorithm) { return adoptRef(new RsaSsaParams(algorithm)); }
+ static PassRefPtr<RsaSsaParams> create(const blink::WebCryptoAlgorithm& algorithm) { return adoptRef(new RsaSsaParams(algorithm)); }
Algorithm* hash();
private:
- explicit RsaSsaParams(const WebKit::WebCryptoAlgorithm&);
+ explicit RsaSsaParams(const blink::WebCryptoAlgorithm&);
RefPtr<Algorithm> m_hash;
};
« no previous file with comments | « Source/modules/crypto/RsaKeyGenParams.cpp ('k') | Source/modules/crypto/RsaSsaParams.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698