Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / crypto / Crypto.cpp
index a5d4086..2f7ba50 100644 (file)
 #include "config.h"
 #include "modules/crypto/Crypto.h"
 
-#include "bindings/v8/ExceptionState.h"
+#include "bindings/core/v8/ExceptionState.h"
 #include "core/dom/ExceptionCode.h"
 #include "wtf/ArrayBufferView.h"
 #include "wtf/CryptographicallyRandomNumber.h"
 
-namespace WebCore {
+namespace blink {
 
 namespace {