Upstream version 8.36.161.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / core_internal / src / org / xwalk / core / internal / XWalkViewDelegate.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;
+package org.xwalk.core.internal;
 
 import java.io.InputStream;
 import java.io.InputStreamReader;
@@ -77,7 +77,7 @@ class XWalkViewDelegate {
         }
     }
 
-    public static void init(XWalkView xwalkView) throws UnsatisfiedLinkError {
+    public static void init(XWalkViewInternal xwalkView) throws UnsatisfiedLinkError {
         if (sInitialized) {
             return;
         }