Index: Source/modules/crypto/DOMWindowCrypto.h |
diff --git a/Source/modules/crypto/DOMWindowCrypto.h b/Source/modules/crypto/DOMWindowCrypto.h |
index fc155c92d9892fa764fc8cd39630133bf61d034d..386264cce868130cebf626d3dd58356d96750d5b 100644 |
--- a/Source/modules/crypto/DOMWindowCrypto.h |
+++ b/Source/modules/crypto/DOMWindowCrypto.h |
@@ -35,7 +35,7 @@ |
#include "platform/Supplementable.h" |
#include "platform/heap/Handle.h" |
-namespace WebCore { |
+namespace blink { |
class Crypto; |
class LocalDOMWindow; |
@@ -57,6 +57,6 @@ private: |
mutable PersistentWillBeMember<Crypto> m_crypto; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // DOMWindowCrypto_h |