Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / runtime / src / org / xwalk / runtime / MixedContext.java
index 11097f0..612b8a1 100644 (file)
@@ -17,7 +17,7 @@ import android.content.ServiceConnection;
  * get both the application's context and the library itself's context.
  *
  */
-public class MixedContext extends ContextWrapper {
+class MixedContext extends ContextWrapper {
     private Context mActivityCtx;
 
     public MixedContext(Context base, Context activity) {