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

Unified Diff: Source/modules/crypto/HmacParams.cpp

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/HmacParams.h ('k') | Source/modules/crypto/Key.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/HmacParams.cpp
diff --git a/Source/modules/crypto/HmacParams.cpp b/Source/modules/crypto/HmacParams.cpp
index 8a00564ceeba6d69ddec3c6e1570201759be66f6..eb82c20505a7eff835f8e61c4098f935cbb65a82 100644
--- a/Source/modules/crypto/HmacParams.cpp
+++ b/Source/modules/crypto/HmacParams.cpp
@@ -42,7 +42,7 @@ Algorithm* HmacParams::hash()
return m_hash.get();
}
-HmacParams::HmacParams(const WebKit::WebCryptoAlgorithm& algorithm)
+HmacParams::HmacParams(const blink::WebCryptoAlgorithm& algorithm)
: Algorithm(algorithm)
{
ASSERT(algorithm.hmacParams());
« no previous file with comments | « Source/modules/crypto/HmacParams.h ('k') | Source/modules/crypto/Key.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698