| Index: Source/modules/crypto/AesKeyAlgorithm.h
|
| diff --git a/Source/modules/crypto/AesKeyAlgorithm.h b/Source/modules/crypto/AesKeyAlgorithm.h
|
| index eefd3a2e83b27969239e8cfb74e7382354e86a18..02ed510560714d1018b8f5ea4873d671a4a043c5 100644
|
| --- a/Source/modules/crypto/AesKeyAlgorithm.h
|
| +++ b/Source/modules/crypto/AesKeyAlgorithm.h
|
| @@ -36,7 +36,7 @@
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AesKeyAlgorithm : public KeyAlgorithm {
|
| public:
|
| @@ -52,6 +52,6 @@ private:
|
|
|
| DEFINE_KEY_ALGORITHM_TYPE_CASTS(AesKeyAlgorithm);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|