| Index: Source/modules/crypto/CryptoResultImpl.h
|
| diff --git a/Source/modules/crypto/CryptoResultImpl.h b/Source/modules/crypto/CryptoResultImpl.h
|
| index 18f8c2ad4c8ef16995ebe35d1f9f71992a836b5b..387c53817db0becc291fc7b30645f64c78a7d8cf 100644
|
| --- a/Source/modules/crypto/CryptoResultImpl.h
|
| +++ b/Source/modules/crypto/CryptoResultImpl.h
|
| @@ -38,7 +38,7 @@
|
| #include "wtf/Forward.h"
|
| #include "wtf/WeakPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ScriptPromiseResolver;
|
| ExceptionCode webCryptoErrorToExceptionCode(blink::WebCryptoErrorType);
|
| @@ -81,6 +81,6 @@ private:
|
| volatile int m_cancelled;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|