Upstream version 8.36.161.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / core_internal / src / org / xwalk / core / internal / extension / api / device_capabilities / DeviceCapabilities.java
@@ -2,12 +2,12 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-package org.xwalk.core.extension.api.device_capabilities;
+package org.xwalk.core.internal.extension.api.device_capabilities;
 
 import android.util.Log;
 
-import org.xwalk.core.extension.XWalkExtension;
-import org.xwalk.core.extension.XWalkExtensionContext;
+import org.xwalk.core.internal.extension.XWalkExtension;
+import org.xwalk.core.internal.extension.XWalkExtensionContext;
 
 import org.json.JSONException;
 import org.json.JSONObject;