| Index: tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py
|
| diff --git a/tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py b/tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py
|
| index c4bb1dca48bc7e09d2f5d0a10c17aa8ddfc42bb8..d9f585176167a745ef8ee68fad715567f984a6a7 100755
|
| --- a/tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py
|
| +++ b/tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py
|
| @@ -36,7 +36,7 @@ import device_setup
|
| # Local build of Chrome (not Chromium).
|
| _CHROME_PACKAGE = 'com.google.android.apps.chrome'
|
| _COMMAND_LINE_FILE = 'chrome-command-line'
|
| -_TEST_APP_PACKAGE_NAME = 'org.chromium.customtabsclient.test'
|
| +_TEST_APP_PACKAGE_NAME = 'org.chromium.customtabs.test'
|
| _INVALID_VALUE = -1
|
|
|
|
|
|
|