Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / WebCustomElement.cpp
index 0a65fb6..6b9388d 100644 (file)
  */
 
 #include "config.h"
-#include "WebCustomElement.h"
+#include "public/web/WebCustomElement.h"
 
-#include "../platform/WebString.h"
 #include "core/dom/custom/CustomElement.h"
+#include "public/platform/WebString.h"
 
-using namespace WebCore;
+using namespace blink;
 
 namespace blink {