| Index: content/shell/android/res/layout/shell_view.xml
|
| diff --git a/content/shell/android/res/layout/shell_view.xml b/content/shell/android/res/layout/shell_view.xml
|
| index 05dca52bca49c497faca034d4b6182b62f752cce..d6c15d6f91f855af81c6a6550043c5fae7e1226a 100644
|
| --- a/content/shell/android/res/layout/shell_view.xml
|
| +++ b/content/shell/android/res/layout/shell_view.xml
|
| @@ -6,7 +6,7 @@
|
| found in the LICENSE file.
|
| -->
|
|
|
| -<org.chromium.content_shell.ShellView
|
| +<org.chromium.content_shell.Shell
|
| xmlns:android="http://schemas.android.com/apk/res/android"
|
| android:id="@+id/container"
|
| android:layout_width="match_parent"
|
| @@ -45,4 +45,4 @@
|
| android:layout_width="match_parent"
|
| android:layout_height="0dp"
|
| android:layout_weight="1" />
|
| -</org.chromium.content_shell.ShellView>
|
| +</org.chromium.content_shell.Shell>
|
|
|