| Index: android_webview/tools/system_webview_shell/layout_tests/AndroidManifest.xml
|
| diff --git a/android_webview/tools/system_webview_shell/layout_tests/AndroidManifest.xml b/android_webview/tools/system_webview_shell/layout_tests/AndroidManifest.xml
|
| index 00ebd4c59cee64f53b09480894fab9d888daeadc..9757c8f99f94b42547d3d386f5c5c66e1c371ed5 100644
|
| --- a/android_webview/tools/system_webview_shell/layout_tests/AndroidManifest.xml
|
| +++ b/android_webview/tools/system_webview_shell/layout_tests/AndroidManifest.xml
|
| @@ -30,7 +30,8 @@
|
| android:exported="true"/>
|
| </application>
|
|
|
| - <instrumentation android:name="org.chromium.webview_shell.test.WebViewLayoutTestRunner"
|
| + <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
|
| android:targetPackage="org.chromium.webview_shell"
|
| - android:label="Layout tests for org.chromium.webview_shell" />
|
| + android:label="Layout tests for org.chromium.webview_shell"
|
| + chromium-junit4="true"/>
|
| </manifest>
|
|
|