| Index: chrome/android/shell/res/layout/chrome_shell_activity.xml
|
| diff --git a/chrome/android/shell/res/layout/testshell_activity.xml b/chrome/android/shell/res/layout/chrome_shell_activity.xml
|
| similarity index 92%
|
| rename from chrome/android/shell/res/layout/testshell_activity.xml
|
| rename to chrome/android/shell/res/layout/chrome_shell_activity.xml
|
| index 0800a755bd379e50ae417084bfcd6ba6c865b53c..5cfb928780ead780c7f8837936b7ca70bc6290da 100644
|
| --- a/chrome/android/shell/res/layout/testshell_activity.xml
|
| +++ b/chrome/android/shell/res/layout/chrome_shell_activity.xml
|
| @@ -11,7 +11,7 @@
|
| android:layout_width="match_parent"
|
| android:layout_height="match_parent"
|
| android:orientation="vertical">
|
| - <org.chromium.chrome.shell.TestShellToolbar android:id="@+id/toolbar"
|
| + <org.chromium.chrome.shell.ChromeShellToolbar android:id="@+id/toolbar"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| android:orientation="horizontal"
|
| @@ -35,7 +35,7 @@
|
| android:src="@drawable/menu_dots"
|
| android:background="?android:attr/selectableItemBackground"
|
| android:scaleType="center" />
|
| - </org.chromium.chrome.shell.TestShellToolbar>
|
| + </org.chromium.chrome.shell.ChromeShellToolbar>
|
| <FrameLayout android:id="@+id/content_container"
|
| android:layout_width="match_parent"
|
| android:layout_height="0dp"
|
|
|