Upstream version 11.39.252.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / common / xwalk_common_messages.h
index ba45c02..aa6da1b 100644 (file)
@@ -11,7 +11,7 @@
 #include "ipc/ipc_message_macros.h"
 #include "ipc/ipc_platform_file.h"
 #include "url/gurl.h"
-#include "xwalk/application/common/security_policy.h"
+#include "xwalk/application/browser/application_security_policy.h"
 
 // Singly-included section for enums and custom IPC traits.
 #ifndef XWALK_RUNTIME_COMMON_XWALK_COMMON_MESSAGES_H_
@@ -27,7 +27,7 @@ namespace IPC {
 
 #define IPC_MESSAGE_START ViewMsgStart
 
-IPC_ENUM_TRAITS(xwalk::application::SecurityPolicy::SecurityMode)
+IPC_ENUM_TRAITS(xwalk::application::ApplicationSecurityPolicy::SecurityMode)
 //-----------------------------------------------------------------------------
 // RenderView messages
 // These are messages sent from the browser to the renderer process.
@@ -39,7 +39,7 @@ IPC_MESSAGE_CONTROL3(ViewMsg_SetAccessWhiteList,  // NOLINT
 
 IPC_MESSAGE_CONTROL2(ViewMsg_EnableSecurityMode,    // NOLINT
                      GURL /* application url */,
-                     xwalk::application::SecurityPolicy::SecurityMode
+                     xwalk::application::ApplicationSecurityPolicy::SecurityMode
                      /* security mode */)
 
 IPC_MESSAGE_CONTROL1(ViewMsg_SuspendJSEngine,  // NOLINT