Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / WebCustomElement.cpp
index 0a65fb6..dec781c 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;