| Index: Source/modules/crypto/CryptoKey.h
|
| diff --git a/Source/modules/crypto/CryptoKey.h b/Source/modules/crypto/CryptoKey.h
|
| index 01ba9a07d7992d1a8908d246059c95b6ce1abd3b..bbb1564cb23055b4fc5d2874937dab5ab41f5350 100644
|
| --- a/Source/modules/crypto/CryptoKey.h
|
| +++ b/Source/modules/crypto/CryptoKey.h
|
| @@ -38,7 +38,7 @@
|
| #include "wtf/Forward.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class CryptoResult;
|
| class KeyAlgorithm;
|
| @@ -74,6 +74,6 @@ protected:
|
| const blink::WebCryptoKey m_key;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|