Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / crypto / DOMWindowCrypto.h
index fc155c9..386264c 100644 (file)
@@ -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