Change the chromium header from ewk_chromium.h to EWebKit.h/Ewebkit_internal.h
[platform/framework/web/crosswalk-tizen.git] / runtime / renderer / injected_bundle.cc
index eb7538d..f0243e2 100755 (executable)
@@ -15,7 +15,8 @@
  */
 
 #include <Ecore.h>
-#include <ewk_chromium.h>
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 #include <unistd.h>
 #include <v8.h>
 #include <dlfcn.h>