Change the chromium-efl ewk_header 55/91855/2
authorHyeKyoung Hwang <cookie@samsung.com>
Wed, 12 Oct 2016 02:27:44 +0000 (11:27 +0900)
committerHye Kyoung Hwang <cookie@samsung.com>
Thu, 13 Oct 2016 00:51:05 +0000 (17:51 -0700)
Change-Id: Ie65399c25cf25cb8e665ed43d738c221ff9b73cd
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
services/SettingsUI/AutoFillForm/AutoFillFormItem.h [changed mode: 0644->0755]
services/SettingsUI/SettingsAFProfile.h [changed mode: 0644->0755]
services/SettingsUI/SettingsPrivacy.cpp
services/WebEngineService/WebView.cpp
services/WebEngineService/WebView.h [changed mode: 0644->0755]
unit_tests/ut_WebEngineService.cpp [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 4a2fb2d..22c24a9
@@ -18,7 +18,8 @@
 #define AUTOFILLFORMITEM_H_
 
 #include <Eina.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,.;+ "
old mode 100644 (file)
new mode 100755 (executable)
index 4e8e7de..0cbce0a
@@ -29,7 +29,8 @@
 #include "Tools/EflTools.h"
 #include "Tools/SettingsEnums.h"
 
-#include <ewk_chromium.h>
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 
 namespace tizen_browser{
 namespace base_ui{
index 24e8a63f6f32d5e9fda38ccd1914c4eb3933e023..55a138263045353d63bc26199088383050d5159d 100755 (executable)
@@ -16,7 +16,8 @@
 
 #include "SettingsPrivacy.h"
 
-#include <ewk_chromium.h>
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 
 namespace tizen_browser{
 namespace base_ui{
index 2ece488bfa558c0dd8c1fdb2da4b4b0adfb14a1f..e3085925fd6a944f178dd05a36b79c6f8bb26a81 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>
old mode 100644 (file)
new mode 100755 (executable)
index bb259f7..bdf8641
@@ -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"
old mode 100644 (file)
new mode 100755 (executable)
index 35aa818..329bb49
@@ -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"