Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / bindings / tests / results / V8TestCallbackInterface.h
index 7995aa4..2aeab18 100644 (file)
@@ -7,12 +7,12 @@
 #ifndef V8TestCallbackInterface_h
 #define V8TestCallbackInterface_h
 
+#include "bindings/core/v8/ActiveDOMCallback.h"
+#include "bindings/core/v8/DOMWrapperWorld.h"
+#include "bindings/core/v8/ScopedPersistent.h"
 #include "bindings/tests/idls/TestCallbackInterface.h"
-#include "bindings/v8/ActiveDOMCallback.h"
-#include "bindings/v8/DOMWrapperWorld.h"
-#include "bindings/v8/ScopedPersistent.h"
 
-namespace WebCore {
+namespace blink {
 
 class V8TestCallbackInterface FINAL : public TestCallbackInterface, public ActiveDOMCallback {
 public: