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

Unified Diff: Source/modules/crypto/HmacKeyParams.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/HmacKeyParams.h ('k') | Source/modules/crypto/HmacParams.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/HmacKeyParams.cpp
diff --git a/Source/modules/crypto/HmacKeyParams.cpp b/Source/modules/crypto/HmacKeyParams.cpp
index d6fd8515368b045e62bb4e8945a45dba6c925f8a..2d2c5bbc453c53a5ce41c506f10a9b403b3cf12b 100644
--- a/Source/modules/crypto/HmacKeyParams.cpp
+++ b/Source/modules/crypto/HmacKeyParams.cpp
@@ -49,7 +49,7 @@ unsigned HmacKeyParams::length(bool& isNull)
return length;
}
-HmacKeyParams::HmacKeyParams(const WebKit::WebCryptoAlgorithm& algorithm)
+HmacKeyParams::HmacKeyParams(const blink::WebCryptoAlgorithm& algorithm)
: Algorithm(algorithm)
{
ASSERT(algorithm.hmacKeyParams());
« no previous file with comments | « Source/modules/crypto/HmacKeyParams.h ('k') | Source/modules/crypto/HmacParams.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698