| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index 163d47c1d5b01bef51a7ac6940496446a94e1c4a..a8c0a08f0dd23f44a1737b50d366b88b70be2950 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -33,13 +33,13 @@ PACKAGE_INFO = {
|
| 'com.google.android.apps.chrome.tests'),
|
| 'chrome_beta': PackageInfo(
|
| 'com.chrome.beta',
|
| - 'com.chrome.beta.Main',
|
| + 'com.google.android.apps.chrome.Main',
|
| '/data/local/chrome-command-line',
|
| 'chrome_devtools_remote',
|
| None),
|
| 'chrome_stable': PackageInfo(
|
| 'com.android.chrome',
|
| - 'com.android.chrome.Main',
|
| + 'com.google.android.apps.chrome.Main',
|
| '/data/local/chrome-command-line',
|
| 'chrome_devtools_remote',
|
| None),
|
|
|