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 / DeviceCapabilitiesDisplay.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.core.extension.api.device_capabilities;
+package org.xwalk.core.internal.extension.api.device_capabilities;
 
 import android.content.Context;
 import android.graphics.Point;
@@ -14,8 +14,8 @@ import android.view.Display;
 import org.json.JSONArray;
 import org.json.JSONException;
 import org.json.JSONObject;
-import org.xwalk.core.extension.api.XWalkDisplayManager;
-import org.xwalk.core.extension.XWalkExtensionContext;
+import org.xwalk.core.internal.extension.api.XWalkDisplayManager;
+import org.xwalk.core.internal.extension.XWalkExtensionContext;
 
 class DeviceCapabilitiesDisplay {
     private static final String TAG = "DeviceCapabilitiesDisplay";