Change the chromium-efl ewk_header 95/94295/1
authorHyeKyoung Hwang <cookie@samsung.com>
Tue, 11 Oct 2016 01:35:03 +0000 (10:35 +0900)
committerHyeKyoung Hwang <cookie@samsung.com>
Fri, 28 Oct 2016 04:54:32 +0000 (13:54 +0900)
Change-Id: Ie0920661b8fbb10669eeb372d0c8d4ab6a9aff77
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
services/SettingsUI/AutoFillForm/AutoFillFormManager.h
services/WebEngineService/WebView.cpp
services/WebEngineService/WebView.h
unit_tests/ut_WebEngineService.cpp

index 329078c5733e488533e3d43bfc9c899da9f01af5..822d79665cc98b03612058cf6573f2259c262780 100644 (file)
@@ -24,7 +24,8 @@
 #include <Elementary.h>
 #include <Evas.h>
 
-#include <ewk_chromium.h>
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 
 #define AUTO_FILL_FORM_ENTRY_MAX_COUNT 1024
 #define PHONE_FIELD_VALID_ENTRIES "0123456789*#()/N,.;+ "
index be41f620f46a9fa4a7db5dbe49345107933f3a4e..010975e4f11c5051e71f9456dee9a0d19c20d4de 100755 (executable)
@@ -23,7 +23,8 @@
 
 #include "WebView.h"
 
-#include <ewk_chromium.h>
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 
 #include <boost/format.hpp>
 #include <boost/regex.hpp>
index 85ed5922f20da21b502542d71898537a1e3603b2..7074056fe1cba072e04b2a9104484e42067d449f 100644 (file)
@@ -22,7 +22,8 @@
 #include <Evas.h>
 #include <ecore-1/Ecore.h>
 
-#include <ewk_chromium.h>
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 #include "browser_config.h"
 #include "Config.h"
 #include "BrowserImage.h"
index b96ce7501077e184a3e1c5cdb09267763f04022c..07c97e07e1ccbccf8293af3f7d822b4de776a93e 100644 (file)
@@ -16,7 +16,8 @@
 
 #include <boost/test/unit_test.hpp>
 #include <Elementary.h>
-#include <ewk_chromium.h>
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 
 #include "ServiceManager.h"
 #include "AbstractWebEngine.h"