Upstream version 5.34.97.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / core / src / org / xwalk / core / extension / api / messaging / Messaging.java
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-package org.xwalk.runtime.extension.api.messaging;
+package org.xwalk.core.extension.api.messaging;
 
 import android.app.Activity;
 import android.content.ContentValues;
@@ -20,10 +20,10 @@ import java.util.Map;
 import org.json.JSONArray;
 import org.json.JSONException;
 import org.json.JSONObject;
-import org.xwalk.runtime.extension.api.messaging.MessagingManager;
-import org.xwalk.runtime.extension.api.messaging.MessagingSmsManager;
-import org.xwalk.runtime.extension.XWalkExtension;
-import org.xwalk.runtime.extension.XWalkExtensionContext;
+import org.xwalk.core.extension.api.messaging.MessagingManager;
+import org.xwalk.core.extension.api.messaging.MessagingSmsManager;
+import org.xwalk.core.extension.XWalkExtension;
+import org.xwalk.core.extension.XWalkExtensionContext;
 
 interface Command {
     void runCommand(int instanceID, JSONObject jsonMsg);