| Index: content/shell/android/shell_apk/AndroidManifest.xml | 
| diff --git a/content/shell/android/java/AndroidManifest.xml b/content/shell/android/shell_apk/AndroidManifest.xml | 
| similarity index 98% | 
| rename from content/shell/android/java/AndroidManifest.xml | 
| rename to content/shell/android/shell_apk/AndroidManifest.xml | 
| index cfeb0c4a426ee92123b23d1ee267fb5d2792ad07..77444a3c2f25063c7177d201272d8d39bac57d5f 100644 | 
| --- a/content/shell/android/java/AndroidManifest.xml | 
| +++ b/content/shell/android/shell_apk/AndroidManifest.xml | 
| @@ -7,7 +7,7 @@ | 
| --> | 
|  | 
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | 
| -    package="org.chromium.content_shell"> | 
| +    package="org.chromium.content_shell_apk"> | 
|  | 
| <permission android:name="org.chromium.content_shell.permission.SANDBOX" | 
| android:protectionLevel="signature" /> | 
|  |