Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / xml / XPathEvaluator.cpp
index 8c2d6f5..64708c1 100644 (file)
@@ -27,7 +27,7 @@
 #include "config.h"
 #include "core/xml/XPathEvaluator.h"
 
-#include "bindings/v8/ExceptionState.h"
+#include "bindings/core/v8/ExceptionState.h"
 #include "core/dom/ExceptionCode.h"
 #include "core/dom/Node.h"
 #include "core/xml/NativeXPathNSResolver.h"
@@ -35,7 +35,7 @@
 #include "core/xml/XPathResult.h"
 #include "core/xml/XPathUtil.h"
 
-namespace WebCore {
+namespace blink {
 
 using namespace XPath;