| Index: Source/platform/Crypto.cpp
|
| diff --git a/Source/platform/Crypto.cpp b/Source/platform/Crypto.cpp
|
| index 0a7a7081a36d1cadecd65370325260f929877f6c..edaa6bd643e5c1870a20fbb0490d320b03f6da0f 100644
|
| --- a/Source/platform/Crypto.cpp
|
| +++ b/Source/platform/Crypto.cpp
|
| @@ -10,7 +10,7 @@
|
| #include "public/platform/WebCrypto.h"
|
| #include "public/platform/WebCryptoAlgorithm.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| static blink::WebCryptoAlgorithmId toWebCryptoAlgorithmId(HashAlgorithm algorithm)
|
| {
|
| @@ -64,4 +64,4 @@ void finishDigestor(blink::WebCryptoDigestor* digestor, DigestValue& digestResul
|
| digestResult.append(static_cast<uint8_t*>(result), resultSize);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|