Upstream version 5.34.97.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / core / src / org / xwalk / core / extension / api / messaging / MessagingSmsManager.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.app.PendingIntent;
@@ -25,7 +25,7 @@ import java.util.ArrayList;
 import org.json.JSONArray;
 import org.json.JSONException;
 import org.json.JSONObject;
-import org.xwalk.runtime.extension.api.messaging.Messaging;
+import org.xwalk.core.extension.api.messaging.Messaging;
 
 public class MessagingSmsManager {
     private final static String TAG = "MessagingSmsManager";